JAL-885; Implementation of StructureFrequency.java and according
[jalview.git] / src / jalview / analysis / Conservation.java
index 2ffb4de..04914fc 100755 (executable)
@@ -87,7 +87,6 @@ public class Conservation
   public Conservation(String name, Hashtable propHash, int threshold,
           Vector sequences, int start, int end)
   {
-
     this.name = name;
     this.propHash = propHash;
     this.threshold = threshold;