浏览代码

Remove useless brackets

Lortseam 3 年之前
父节点
当前提交
88cd663187
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lib/src/main/java/me/lortseam/completeconfig/api/ConfigEntry.java

+ 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 {