Fix checkstyle errors
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user