diff options
author | Kevin Rushforth <[email protected]> | 2005-10-17 23:09:50 +0000 |
---|---|---|
committer | Kevin Rushforth <[email protected]> | 2005-10-17 23:09:50 +0000 |
commit | bbbd3f78002273305ea08e3b5b151e4203759a36 (patch) | |
tree | b9554a90f634be9148b490ac79e5939c10743115 /src/javax/vecmath/Tuple4i.java | |
parent | 61ffc4dc377385a64aacb8070876bbae4c0bd348 (diff) |
Merged changes from dev-1_4 branch into the main trunk.
NOTE: all 1.4 development will now proceed on the main trunk. The dev-1_4 branch is closed.
git-svn-id: https://svn.java.net/svn/vecmath~svn/trunk@55 dd45e54d-f42e-c781-df72-dca083a658b1
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() |