Merge branch 'patch/JAL-4298_synchronize_consoledoc' into develop
authorJames Procter <j.procter@dundee.ac.uk>
Sun, 22 Oct 2023 10:59:21 +0000 (11:59 +0100)
committerJames Procter <j.procter@dundee.ac.uk>
Sun, 22 Oct 2023 10:59:21 +0000 (11:59 +0100)
 Conflicts:
src/jalview/gui/Console.java
still needs some tidying up

1  2 
src/jalview/gui/Console.java

@@@ -621,14 -610,13 +622,10 @@@ public class Console extends WindowAdap
          {
            try
            {
-             this.wait(100); // ##### implicated BLOCKED
-             if (pin.available() == 0)
-             {
-               trimBuffer(false);
-             }
+             this.wait(100);
 -//            if (pin.available() == 0)
 -//            {
 -//              trimBuffer(false);
 -//            }
            } catch (InterruptedException ie)
            {
 +            jalview.bin.Console.debug("pin.available() error", ie);
            }
          }