From e3ee5607f0ec853a26851afde553019817c9d1b4 Mon Sep 17 00:00:00 2001 From: Jesse Morgan Date: Wed, 9 Mar 2011 03:25:52 +0000 Subject: Added serial uids --- src/common/Earth.java | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/common/Earth.java') diff --git a/src/common/Earth.java b/src/common/Earth.java index 635e74c..627d9ac 100644 --- a/src/common/Earth.java +++ b/src/common/Earth.java @@ -6,6 +6,10 @@ import javax.vecmath.*; @SuppressWarnings("restriction") public class Earth extends Sphere { + /** + * + */ + private static final long serialVersionUID = 6696594698875803920L; protected float radius; public Earth(float radius, Vector3f position) { -- cgit v1.2.3