removed unneeded import
[jalview.git] / forester / java / src / org / forester / clade_analysis / Prefix.java
index e4bf8fa..009c63f 100644 (file)
@@ -36,11 +36,11 @@ public final class Prefix {
         }
     }
 
-    public  String getPrefix() {
+    public String getPrefix() {
         return _prefix;
     }
 
-    public  String getPrefixFirstElement() {
+    public String getPrefixFirstElement() {
         return _first;
     }