JAL-3438 spotless for 2.11.2.0
[jalview.git] / src / jalview / math / MatrixI.java
index 2c78653..e98007e 100644 (file)
@@ -161,8 +161,9 @@ public interface MatrixI
   void multiply(double d);
 
   /**
-   * Answers true if the two matrices have the same dimensions, and corresponding values all differ by no
-   * more than delta (which should be a positive value), else false
+   * Answers true if the two matrices have the same dimensions, and
+   * corresponding values all differ by no more than delta (which should be a
+   * positive value), else false
    * 
    * @param m2
    * @param delta