Lint of casemodule/services/TagsManager

This commit is contained in:
Richard Cordovano 2016-03-17 12:31:01 -04:00
parent 3ece1f852a
commit b98bee6f03

View File

@ -577,6 +577,7 @@ public class TagsManager implements Closeable {
* Exception thrown if there is an attempt to add a duplicate tag name.
*/
public static class TagNameAlreadyExistsException extends Exception {
private static final long serialVersionUID = 1L;
}
}