JAL-3253 miscellaneous tidying up before merge to JS-develop
[jalview.git] / src / jalview / gui / JalviewAppender.java
index c1140a1..df19f7c 100644 (file)
@@ -32,10 +32,7 @@ import org.apache.log4j.spi.LoggingEvent;
  */
 public class JalviewAppender extends WriterAppender
 {
-
-  // BH 2019 was static
-
-  private JTextArea jTextArea = null;
+  JTextArea jTextArea = null;
 
   /** Set the target JTextArea for the logging information to appear. */
   public void setTextArea(JTextArea jTextArea)