Fix checkstyle errors

This commit is contained in:
UniquePassive
2017-10-22 16:41:46 +02:00
parent 69895328be
commit 71382a7819
2 changed files with 12 additions and 12 deletions

View File

@@ -33,10 +33,10 @@ import java.lang.annotation.Target;
@Target(ElementType.METHOD)
public @interface Copy
{
/**
* Method to copy
*
* @return
*/
String value();
/**
* Method to copy
*
* @return
*/
String value();
}

View File

@@ -33,10 +33,10 @@ import java.lang.annotation.Target;
@Target(ElementType.METHOD)
public @interface Replace
{
/**
* Method to replace
*
* @return
*/
String value();
/**
* Method to replace
*
* @return
*/
String value();
}