소스 검색

Matrix3f: javadoc style tweak

Stephen Gold 3 년 전
부모
커밋
1c7e951f8f
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      jme3-core/src/main/java/com/jme3/math/Matrix3f.java

+ 2 - 2
jme3-core/src/main/java/com/jme3/math/Matrix3f.java

@@ -488,8 +488,8 @@ public final class Matrix3f implements Savable, Cloneable, java.io.Serializable
     }
 
     /**
-     * Copy the matrix to the 1st 9 elements of the specified array. The matrix
-     * is unaffected.
+     * Copies the matrix to the 1st 9 elements of the specified array. The
+     * matrix is unaffected.
      *
      * @param f storage for the elements (not null, length≥9)
      * @param columnMajor true to store the elements in column-major order (m00,