We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9d1873 commit 69c845fCopy full SHA for 69c845f
1 file changed
src/javaforce/access/Contact.java
@@ -8,6 +8,7 @@
8
import java.io.*;
9
10
public class Contact implements Serializable {
11
+ private static final long serialVersionUID = 1L;
12
public int type;
13
public int sub_type;
14
public String value;
0 commit comments