We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c28f97e commit 8e527c3Copy full SHA for 8e527c3
1 file changed
src/com/google/common/geometry/Matrix3x3.java
@@ -23,7 +23,7 @@
23
/** A simple 3x3 matrix. */
24
// TODO(eengle): Rename this to Matrix as it is not necessarily 3x3, and make Matrix3x3 a subclass.
25
@GwtCompatible
26
-public final class Matrix3x3 {
+final class Matrix3x3 {
27
private final double[] values;
28
private final int rows;
29
private final int cols;
0 commit comments