-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
private static final String EXTENSION_TYPE_DESCRIPTION = "%s should not have type %s, if extension %s does not chosen";
->
private static final String EXTENSION_TYPE_DESCRIPTION = "%s should not have type %s unless extension %s is enabled";
private static final String EXTENSION_VALUE_DESCRIPTION = "%s should not have value %s, if extension %s does not chosen";
->
private static final String EXTENSION_VALUE_DESCRIPTION = "%s should not have value %s unless extension %s is enabled";
Reactions are currently unavailable