added serial version id
This commit is contained in:
parent
ad7bd1f465
commit
a224bb1e2b
@ -24,6 +24,8 @@ package com.google.gson;
|
||||
*/
|
||||
public final class JsonIOException extends JsonParseException {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
public JsonIOException(String msg) {
|
||||
super(msg);
|
||||
}
|
||||
|
@ -24,6 +24,8 @@ package com.google.gson;
|
||||
*/
|
||||
public final class JsonSyntaxException extends JsonParseException {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
public JsonSyntaxException(String msg) {
|
||||
super(msg);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user