JAL-1807 disambiguated method signatures with numeric primitive args
[jalview.git] / src / jalview / appletgui / PairwiseAlignPanel.java
index 7574802..27470f0 100644 (file)
@@ -117,7 +117,7 @@ public class PairwiseAlignPanel extends Panel implements ActionListener
       {
         for (int j = 0; j < i; j++)
         {
-          jalview.util.Format.print(System.out, "%7.3f", scores[i][j]
+          jalview.util.Format.printDouble(System.out, "%7.3f", scores[i][j]
                   / totscore);
         }
       }