Skip to content

Commit 9a257e1

Browse files
committed
Update serial UID
1 parent 7e2a9f2 commit 9a257e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/manager/src/main/java/org/apache/accumulo/manager/tableOps/tableImport/ImportedTableInfo.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
class ImportedTableInfo implements Serializable {
2929

30-
private static final long serialVersionUID = 2L;
30+
private static final long serialVersionUID = 3L;
3131

3232
public String user;
3333
public String tableName;

0 commit comments

Comments
 (0)