Skip to content

Commit

Permalink
add serialUID to PointOverlayElement
Browse files Browse the repository at this point in the history
  • Loading branch information
dietzc committed Oct 5, 2016
1 parent 57c4f1f commit dbbcb89
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@
*/
public class PointOverlayElement extends OverlayElement2D {

public static final long serialVersionUID = -3686435965417501903l;

private static final int DRAWING_RADIUS = 4;

private int m_y;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@
*/
public class PointOverlayElement extends OverlayElement2D {

public static final long serialVersionUID = -3686435965417501903l;

private static final int DRAWING_RADIUS = 4;

private int m_y;
Expand Down

0 comments on commit dbbcb89

Please sign in to comment.