summaryrefslogtreecommitdiffstats
path: root/src/javax/vecmath/Tuple3b.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/javax/vecmath/Tuple3b.java')
-rw-r--r--src/javax/vecmath/Tuple3b.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/javax/vecmath/Tuple3b.java b/src/javax/vecmath/Tuple3b.java
index 0d4ea14..f965ee3 100644
--- a/src/javax/vecmath/Tuple3b.java
+++ b/src/javax/vecmath/Tuple3b.java
@@ -214,7 +214,7 @@ public abstract class Tuple3b 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()