apply jalview code style
[jalview.git] / src / jalview / ws / params / ArgumentI.java
index 860192c..2f42838 100644 (file)
@@ -20,8 +20,11 @@ package jalview.ws.params;
 public interface ArgumentI
 {
   String getName();
-  // TODO: rename setDefaultValue to setValue - to make it more semantically obvious what it means!
+
+  // TODO: rename setDefaultValue to setValue - to make it more semantically
+  // obvious what it means!
   String getDefaultValue();
+
   void setDefaultValue(String selectedItem);
 
 }