From bbbd3f78002273305ea08e3b5b151e4203759a36 Mon Sep 17 00:00:00 2001 From: Kevin Rushforth Date: Mon, 17 Oct 2005 23:09:50 +0000 Subject: 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 --- src/javax/vecmath/Matrix3f.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/javax/vecmath/Matrix3f.java') diff --git a/src/javax/vecmath/Matrix3f.java b/src/javax/vecmath/Matrix3f.java index 17ec205..5ccd6c5 100644 --- a/src/javax/vecmath/Matrix3f.java +++ b/src/javax/vecmath/Matrix3f.java @@ -2080,7 +2080,7 @@ public class Matrix3f 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() { Matrix3f m1 = null; -- cgit v1.2.3