diff options
Diffstat (limited to 'src/javax/vecmath/GVector.java')
-rw-r--r-- | src/javax/vecmath/GVector.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/javax/vecmath/GVector.java b/src/javax/vecmath/GVector.java index 4718ae8..2b57ffc 100644 --- a/src/javax/vecmath/GVector.java +++ b/src/javax/vecmath/GVector.java @@ -891,7 +891,7 @@ public class GVector 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() { GVector v1 = null; |