Add missing javadocs to ConfigKeys

master
Luck 2019-04-06 18:22:19 +01:00
parent 4fa6cd2577
commit 544ffbad19
No known key found for this signature in database
GPG Key ID: EFA9B3EC5FD90F8B
1 changed files with 2 additions and 1 deletions

View File

@ -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);