Skip to content
Snippets Groups Projects
Commit 6f899e5f authored by Richard Cordovano's avatar Richard Cordovano
Browse files

6567 TagName serialization fix

parent 254ca512
Branches
Tags
No related merge requests found
......@@ -183,7 +183,7 @@ public void deleteTagSet(TagSet tagSet) throws TskCoreException {
* @throws TskCoreException If there is an error querying the case database.
*/
public TagSet getTagSetForTagName(TagName tagName) throws TskCoreException {
if (tagName == null || tagName == null) {
if (tagName == null) {
throw new IllegalArgumentException("Null tagName argument");
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment