JAL-1517 update copyright to version 2.8.2
[jalview.git] / src / jalview / bin / JalviewLite.java
index 631c7fe..c9d08d4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Jalview - A Sequence Alignment Editor and Viewer (Version 2.8.1)
+ * Jalview - A Sequence Alignment Editor and Viewer (Version 2.8.2)
  * Copyright (C) 2014 The Jalview Authors
  * 
  * This file is part of Jalview.
@@ -1485,7 +1485,7 @@ public class JalviewLite extends Applet implements
     // try really hard to get the liveConnect thing working
     boolean notFailed=false;
     int tries=0;
-    while (notFailed && tries<10) {
+    while (!notFailed && tries<10) {
       if (tries>0)
       {
         System.err.println("LiveConnect request thread going to sleep.");