We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e2a9f2 commit 9a257e1Copy full SHA for 9a257e1
server/manager/src/main/java/org/apache/accumulo/manager/tableOps/tableImport/ImportedTableInfo.java
@@ -27,7 +27,7 @@
27
28
class ImportedTableInfo implements Serializable {
29
30
- private static final long serialVersionUID = 2L;
+ private static final long serialVersionUID = 3L;
31
32
public String user;
33
public String tableName;
0 commit comments