Merge branch 'develop' into feature/JAL-3551Pymol
[jalview.git] / src / jalview / gui / BlogReader.java
index 65c8b5a..757bb01 100644 (file)
@@ -219,7 +219,7 @@ public class BlogReader extends JPanel
 
       }
     };
-  };
+  }
 
   private JLabel lblChannels = new JLabel();
 
@@ -365,7 +365,6 @@ public class BlogReader extends JPanel
     } catch (Exception x)
     {
     }
-    ;
     if (chan != null && chan.getItems() != null)
     {
       Cache.log.debug("Scanning news items: newsnew=" + newsnew
@@ -752,6 +751,10 @@ public class BlogReader extends JPanel
     }
   }
 
+  /**
+   * @j2sIgnore
+   * @param args
+   */
   public static void main(String args[])
   {
     // this tests the detection of new news based on the last read date stored
@@ -788,7 +791,6 @@ public class BlogReader extends JPanel
         } catch (InterruptedException x)
         {
         }
-        ;
       } while (me.isVisible());
 
       if (me.isNewsNew())