update comment

This commit is contained in:
William Cheng 2024-06-26 09:55:31 +08:00
parent 81feb4ba78
commit 7dac40e31c

View File

@ -160,7 +160,7 @@ public class OpenAPINormalizer {
// rules that are default to true
rules.put(SIMPLIFY_ONEOF_ANYOF, true);
rules.put(SIMPLIFY_BOOLEAN_ENUM, true);
rules.put(REFACTOR_ALLOF_WITH_PROPERTIES_ONLY, true); // default to true since v7.5.0
rules.put(REFACTOR_ALLOF_WITH_PROPERTIES_ONLY, true); // default to true since v7.7.0
processRules(inputRules);