ソースを参照

Remove useless brackets

Lortseam 3 年 前
コミット
88cd663187

+ 1 - 1
lib/src/main/java/me/lortseam/completeconfig/api/ConfigEntry.java

@@ -172,7 +172,7 @@ public @interface ConfigEntry {
     /**
      * If applied, renders a slider for this entry. Usually used together with a bounding annotation.
      */
-    @Target({ElementType.FIELD})
+    @Target(ElementType.FIELD)
     @Retention(RetentionPolicy.RUNTIME)
     @interface Slider {