updated version to 2.6.1
[jalview.git] / src / jalview / ws / params / ArgumentI.java
index 860192c..682bd6f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Jalview - A Sequence Alignment Editor and Viewer (Version 2.6)
+ * Jalview - A Sequence Alignment Editor and Viewer (Version 2.6.1)
  * Copyright (C) 2010 J Procter, AM Waterhouse, G Barton, M Clamp, S Searle
  * 
  * This file is part of Jalview.
@@ -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);
 
 }