JAL-4298 another implicated line
[jalview.git] / src / jalview / gui / Console.java
index 7e8cbc6..960421f 100644 (file)
@@ -715,7 +715,7 @@ public class Console extends WindowAdapter
             // simply append whole buffer
             synchronized (textArea.getDocument())
             {
-              textArea.append(replace.toString());
+              textArea.append(replace.toString()); // ##### implicated BLOCKED
               count += replace.length();
               if (count > byteslim)
               {