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/Sphere.java | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/common/Sphere.java') diff --git a/src/common/Sphere.java b/src/common/Sphere.java index af755d9..edabc75 100644 --- a/src/common/Sphere.java +++ b/src/common/Sphere.java @@ -5,6 +5,10 @@ import javax.vecmath.*; @SuppressWarnings("restriction") public class Sphere extends CollidableObject { + /** + * + */ + private static final long serialVersionUID = -7821415888599737442L; protected float radius; public Sphere(float radius, Vector3f position) { -- cgit v1.2.3