diff options
Diffstat (limited to 'src/javax/vecmath/Tuple4i.java')
-rw-r--r-- | src/javax/vecmath/Tuple4i.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/javax/vecmath/Tuple4i.java b/src/javax/vecmath/Tuple4i.java index 8c40ec9..f9251cf 100644 --- a/src/javax/vecmath/Tuple4i.java +++ b/src/javax/vecmath/Tuple4i.java @@ -18,7 +18,7 @@ import java.lang.Math; * A 4-element tuple represented by signed integer x,y,z,w * coordinates. * - * @since Java 3D 1.2 + * @since vecmath 1.2 */ public abstract class Tuple4i implements java.io.Serializable, Cloneable { @@ -552,7 +552,7 @@ public abstract class Tuple4i implements java.io.Serializable, Cloneable { * @return a clone of this instance. * @exception OutOfMemoryError if there is not enough memory. * @see java.lang.Cloneable - * @since Java 3D 1.3 + * @since vecmath 1.3 */ public Object clone() { // Since there are no arrays we can just use Object.clone() |