Missed a spot.

This commit is contained in:
Michael Bayne
2015-02-04 11:37:04 -08:00
parent 32516ec816
commit b0e7dbbf47
+3 -3
View File
@@ -14,9 +14,9 @@ import pythagoras.util.Platform;
*/ */
public class Vector4 implements IVector4, Serializable public class Vector4 implements IVector4, Serializable
{ {
private static final long serialVersionUID = -5007926039614742505L; private static final long serialVersionUID = -5007926039614742505L;
/** The components of the vector. */ /** The components of the vector. */
public double x, y, z, w; public double x, y, z, w;
/** /**