mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-17 18:17:43 +00:00
Merge branch '4595-CentralRepoError' of https://github.com/wschaeferB/autopsy into 5373-UserFriendlyException
This commit is contained in:
commit
dd2973477d
@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user