formatting
[jalview.git] / src / jalview / ws / params / ValueConstrainI.java
index 147e17c..8cbe5b1 100644 (file)
@@ -26,11 +26,11 @@ import compbio.metadata.ValueConstrain.Type;
 public interface ValueConstrainI
 {
 
-  public enum ValueType {
-    Integer,
-    Float,
-    String
+  public enum ValueType
+  {
+    Integer, Float, String
   };
+
   ValueType getType();
 
   Number getMax();