followSelections flag now set via user preferences, and disabled for 2.5.1 * JAL...
[jalview.git] / src / jalview / bin / Cache.java
index 5688ae1..2418910 100755 (executable)
@@ -124,6 +124,8 @@ import org.biojava.dasobert.dasregistry.Das1Source;
  * histogram.</li>
  * <li>SHOW_CONSENSUS_LOGO (false) Show consensus annotation row's sequence
  * logo.</li>
+ * <li>FOLLOW_SELECTIONS (false) Controls whether a new alignment view should
+ * respond to selections made in other alignments containing the same sequences.</li>
  * 
  * <li></li>
  * 
@@ -170,7 +172,7 @@ public class Cache
 
   public static void initLogger()
   {
-    if (log!=null)
+    if (log != null)
     {
       return;
     }