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) @Target(ElementType.METHOD)
public @interface Copy public @interface Copy
{ {
/** /**
* Method to copy * Method to copy
* *
* @return * @return
*/ */
String value(); String value();
} }

View File

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