Skip to content

Commit e4f17de

Browse files
authored
Update serialVersionUID in ImportedTableInfo since a new field was added (apache#4215)
1 parent 5e013fa commit e4f17de

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
@@ -26,7 +26,7 @@
2626

2727
class ImportedTableInfo implements Serializable {
2828

29-
private static final long serialVersionUID = 1L;
29+
private static final long serialVersionUID = 2L;
3030

3131
public String user;
3232
public String tableName;

0 commit comments

Comments
 (0)