Parcourir la source

Remove dumb TODO

Lortseam il y a 4 ans
Parent
commit
f48abe49da

+ 0 - 1
src/main/java/me/lortseam/completeconfig/api/ConfigContainer.java

@@ -33,7 +33,6 @@ public interface ConfigContainer {
             }
             clazz = (Class<? extends ConfigContainer>) clazz.getSuperclass();
         }
-        // TODO: Add nested static classes here instead of in Node#resolve
         return ImmutableList.copyOf(classes);
     }