File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
codegen/src/main/java/software/amazon/awssdk/codegen/validation Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 2121import software .amazon .awssdk .codegen .model .config .customization .UnderscoresInNameBehavior ;
2222
2323/**
24- * Validator that ensures CustomizationConfig settings are valid and not conflicting. This validator returns a validation
25- * entry for each invalid or conflicting customization configuration detected.
24+ * Validator that ensures CustomizationConfig settings are not conflicting. This validator returns a validation
25+ * entry if mutually exclusive customization options are set simultaneously, such as both the global
26+ * underscoresInNameBehavior and the granular allowedUnderscoreNames list.
2627 */
2728public final class CustomizationConfigValidator implements ModelValidator {
2829 @ Override
You can’t perform that action at this time.
0 commit comments