mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-14 17:06:16 +00:00
4595 use correct bundle message
This commit is contained in:
parent
a87bdf8852
commit
d0ca5dc98a
@ -288,7 +288,7 @@ public class CorrelationAttributeInstance implements Serializable {
|
||||
this.supported = supported;
|
||||
this.enabled = enabled;
|
||||
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
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user