JAL-4298 comment markers
[jalview.git] / src / jalview / gui / Console.java
index bf3942a..631e0a2 100644 (file)
@@ -637,7 +637,7 @@ public class Console extends WindowAdapter
         {
           try
           {
-            this.wait(100);
+            this.wait(100); // ##### implicated BLOCKED
             if (pin.available() == 0)
             {
               trimBuffer(false);
@@ -670,7 +670,7 @@ public class Console extends WindowAdapter
         {
           try
           {
-            this.wait(100);
+            this.wait(100); // ##### implicated BLOCKED
             if (pin2.available() == 0)
             {
               trimBuffer(false);
@@ -713,7 +713,7 @@ public class Console extends WindowAdapter
               displayPipe = tmp;
             }
             // simply append whole buffer
-            textArea.append(replace.toString());
+            textArea.append(replace.toString()); // ##### implicated BLOCKED
             count += replace.length();
             if (count > byteslim)
             {