mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-17 02:07:42 +00:00
3199 fix merge error in TagsManager where both old and new arguments were in method call
This commit is contained in:
parent
77b874e075
commit
3fda67bb22
@ -266,7 +266,7 @@ public class TagsManager implements Closeable {
|
||||
* name to the case database.
|
||||
*/
|
||||
public synchronized TagName addTagName(String displayName, String description, TagName.HTML_COLOR color) throws TagNameAlreadyExistsException, TskCoreException {
|
||||
return addTagName(displayName, description, color, knownStatus,TskData.FileKnown.UNKNOWN);
|
||||
return addTagName(displayName, description, color, TskData.FileKnown.UNKNOWN);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user