Replace tabs with spaces
This commit is contained in:
@@ -8,5 +8,6 @@ import java.lang.annotation.Target;
|
||||
@Target({ElementType.FIELD, ElementType.METHOD, ElementType.PARAMETER})
|
||||
@Retention(RetentionPolicy.RUNTIME)
|
||||
public @interface JsonProperty {
|
||||
String value() default "";
|
||||
|
||||
String value() default "";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user