Skip to content

Commit ede34ba

Browse files
committed
Matrix3f: javadoc style tweak
1 parent 33d9cdc commit ede34ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -488,8 +488,8 @@ public FloatBuffer fillFloatBuffer(FloatBuffer fb, boolean columnMajor) {
488488
}
489489

490490
/**
491-
* Copy the matrix to the 1st 9 elements of the specified array. The matrix
492-
* is unaffected.
491+
* Copies the matrix to the 1st 9 elements of the specified array. The
492+
* matrix is unaffected.
493493
*
494494
* @param f storage for the elements (not null, length≥9)
495495
* @param columnMajor true to store the elements in column-major order (m00,

0 commit comments

Comments
 (0)