Replace tabs with spaces

This commit is contained in:
Stuart Boston
2015-11-05 20:43:56 +00:00
parent d8e56616e8
commit e95b76c44a
4 changed files with 59 additions and 61 deletions
+1 -1
View File
@@ -8,5 +8,5 @@ import java.lang.annotation.Target;
@Target(ElementType.TYPE)
@Retention(RetentionPolicy.RUNTIME)
public @interface JsonRootName {
String value() default "";
String value() default "";
}