소스 검색

Fix javadoc

Lortseam 4 년 전
부모
커밋
fbbda2f7ee
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/main/java/me/lortseam/completeconfig/data/Config.java

+ 1 - 1
src/main/java/me/lortseam/completeconfig/data/Config.java

@@ -105,7 +105,7 @@ public class Config extends Collection {
         /**
          * Completes the config creation.
          *
-         * @return the handler associated with the created config
+         * @return the created config
          */
         public Config build() {
             if (children.isEmpty()) {