Ver Fonte

Remove TODOs

Lortseam há 4 anos atrás
pai
commit
f01357df0a

+ 0 - 2
lib/src/main/java/me/lortseam/completeconfig/data/EntrySet.java

@@ -52,8 +52,6 @@ public class EntrySet extends DataSet<Entry> {
                     ConfigEntryListener listener = method.getDeclaredAnnotation(ConfigEntryListener.class);
                     if (listener.container() != ConfigContainer.class) {
                         fieldClass = listener.container();
-                        // TODO: Currently this silently fails when when container() is a superclass of the registered container
-                        // TODO: Add another parameter to make it possible to listen to a superclass field
                         parentClass = fieldClass;
                     }
                     if (!listener.value().equals("")) {