summaryrefslogtreecommitdiffstats
path: root/src/javax/vecmath/Matrix4f.java
diff options
context:
space:
mode:
authorKevin Rushforth <[email protected]>2005-10-17 23:09:50 +0000
committerKevin Rushforth <[email protected]>2005-10-17 23:09:50 +0000
commitbbbd3f78002273305ea08e3b5b151e4203759a36 (patch)
treeb9554a90f634be9148b490ac79e5939c10743115 /src/javax/vecmath/Matrix4f.java
parent61ffc4dc377385a64aacb8070876bbae4c0bd348 (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/Matrix4f.java')
-rw-r--r--src/javax/vecmath/Matrix4f.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/javax/vecmath/Matrix4f.java b/src/javax/vecmath/Matrix4f.java
index 9de5849..9c9d843 100644
--- a/src/javax/vecmath/Matrix4f.java
+++ b/src/javax/vecmath/Matrix4f.java
@@ -3228,7 +3228,7 @@ public class Matrix4f 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() {
Matrix4f m1 = null;