summaryrefslogtreecommitdiffstats
path: root/src/javax/vecmath/GMatrix.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/javax/vecmath/GMatrix.java')
-rw-r--r--src/javax/vecmath/GMatrix.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/javax/vecmath/GMatrix.java b/src/javax/vecmath/GMatrix.java
index 7744dcc..21f277f 100644
--- a/src/javax/vecmath/GMatrix.java
+++ b/src/javax/vecmath/GMatrix.java
@@ -2964,7 +2964,7 @@ public class GMatrix 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() {
GMatrix m1 = null;