inprogress
[jalview.git] / forester / java / src / org / forester / phylogeny / data / Taxonomy.java
index 1396cf8..b354921 100644 (file)
@@ -21,7 +21,7 @@
 // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
 //
 // Contact: phylosoft @ gmail . com
-// WWW: www.phylosoft.org/forester
+// WWW: https://sites.google.com/site/cmzmasek/home/software/forester
 
 package org.forester.phylogeny.data;
 
@@ -251,7 +251,7 @@ public class Taxonomy implements PhylogenyData, MultipleUris, Comparable<Taxonom
                 && ForesterUtil.isEmpty( getCommonName() ) && ForesterUtil.isEmpty( getScientificName() )
                 && ForesterUtil.isEmpty( getRank() ) && ForesterUtil.isEmpty( _uris )
                 && ForesterUtil.isEmpty( getAuthority() ) && ForesterUtil.isEmpty( _synonyms ) && ForesterUtil
-                    .isEmpty( _lineage ) );
+                .isEmpty( _lineage ) );
     }
 
     /**