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