inprogress
[jalview.git] / forester / java / src / org / forester / ws / seqdb / SequenceDatabaseEntry.java
index 8025dfc..46c5fdf 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.ws.seqdb;
 
@@ -30,7 +30,7 @@ public interface SequenceDatabaseEntry {
     public boolean isEmpty();
 
     public String getAccession();
-    
+
     public String getProvider();
 
     public String getSequenceName();