Skip to content

Commit 69c845f

Browse files
committed
javaforce.access.Contact missing serialVersionUID
1 parent d9d1873 commit 69c845f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/javaforce/access/Contact.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
import java.io.*;
99

1010
public class Contact implements Serializable {
11+
private static final long serialVersionUID = 1L;
1112
public int type;
1213
public int sub_type;
1314
public String value;

0 commit comments

Comments
 (0)