Add missing javadocs to ConfigKeys

This commit is contained in:
Luck
2019-04-06 18:22:19 +01:00
Unverified
parent 4fa6cd2577
commit 544ffbad19
@@ -264,7 +264,8 @@ public final class ConfigKeys {
}); });
/** /**
* * If a final sort according to "inheritance rules" should be performed after the traversal algorithm
* has resolved the inheritance tree
*/ */
public static final ConfigKey<Boolean> POST_TRAVERSAL_INHERITANCE_SORT = booleanKey("post-traversal-inheritance-sort", false); public static final ConfigKey<Boolean> POST_TRAVERSAL_INHERITANCE_SORT = booleanKey("post-traversal-inheritance-sort", false);