removed unneeded import
[jalview.git] / forester / java / src / org / forester / phylogeny / data / DomainArchitecture.java
index 3dcf02a..8510259 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;
 
@@ -154,8 +154,8 @@ public class DomainArchitecture implements PhylogenyData {
     /**
      * Returns true if the names and the order of the domains match (domain and
      * linker lengths are ignored).
-     * 
-     * 
+     *
+     *
      */
     @Override
     public boolean isEqual( final PhylogenyData domain_architecture ) {