Skip to content

Commit

Permalink
Update serialVersionUID #67
Browse files Browse the repository at this point in the history
  • Loading branch information
roundrop committed Oct 13, 2014
1 parent 3290a90 commit 9268449
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -35,7 +35,7 @@
* @author Ryuji Yamashita - roundrop at gmail.com
*/
/*package*/ final class PlaceJSONImpl extends FacebookResponseImpl implements Place, java.io.Serializable {
private static final long serialVersionUID = -4977957628922020910L;
private static final long serialVersionUID = 859565077681007052L;

private String id;
private String name;
Expand Down

0 comments on commit 9268449

Please sign in to comment.