4595 use correct bundle message

This commit is contained in:
William Schaefer 2019-08-02 13:48:17 -04:00
parent a87bdf8852
commit d0ca5dc98a

View File

@ -288,7 +288,7 @@ public class CorrelationAttributeInstance implements Serializable {
this.supported = supported; this.supported = supported;
this.enabled = enabled; this.enabled = enabled;
if (!Pattern.matches(DB_NAMES_REGEX, dbTableName)) { if (!Pattern.matches(DB_NAMES_REGEX, dbTableName)) {
throw new EamDbException(Bundle.CorrelationAttributeInstance_nullName_message()); // NON-NLS throw new EamDbException(Bundle.CorrelationAttributeInstance_invalidName_message()); // NON-NLS
} }
} }