소스 검색

Fix javadoc

Lortseam 4 년 전
부모
커밋
bf330be784
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

@@ -204,7 +204,7 @@ public @interface ConfigEntry {
         /**
          * Specifies how the entry should be rendered.
          *
-         * @return the desired {@link EnumEntry.DisplayType}
+         * @return the desired display type
          */
         EnumEntry.DisplayType displayType() default EnumEntry.DisplayType.BUTTON;