From b0e7dbbf47a3c905cdd36bb300f02fba2698cc20 Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Wed, 4 Feb 2015 11:37:04 -0800 Subject: [PATCH] Missed a spot. --- src/main/java/pythagoras/d/Vector4.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/java/pythagoras/d/Vector4.java b/src/main/java/pythagoras/d/Vector4.java index 9582d1a..8b0ae47 100644 --- a/src/main/java/pythagoras/d/Vector4.java +++ b/src/main/java/pythagoras/d/Vector4.java @@ -14,9 +14,9 @@ import pythagoras.util.Platform; */ public class Vector4 implements IVector4, Serializable { - private static final long serialVersionUID = -5007926039614742505L; - - /** The components of the vector. */ + private static final long serialVersionUID = -5007926039614742505L; + + /** The components of the vector. */ public double x, y, z, w; /**