diff options
Diffstat (limited to 'src/javax/vecmath/Tuple3i.java')
-rw-r--r-- | src/javax/vecmath/Tuple3i.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/javax/vecmath/Tuple3i.java b/src/javax/vecmath/Tuple3i.java index bc25b94..2fbdb99 100644 --- a/src/javax/vecmath/Tuple3i.java +++ b/src/javax/vecmath/Tuple3i.java @@ -18,7 +18,7 @@ import java.lang.Math; * A 3-element tuple represented by signed integer x,y,z * coordinates. * - * @since Java 3D 1.2 + * @since vecmath 1.2 */ public abstract class Tuple3i implements java.io.Serializable, Cloneable { @@ -487,7 +487,7 @@ public abstract class Tuple3i 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() |