Can add features with no group
[jalview.git] / src / jalview / commands / CommandI.java
index e12a4c7..d97a6bb 100644 (file)
@@ -1,6 +1,6 @@
 /*\r
  * Jalview - A Sequence Alignment Editor and Viewer\r
- * Copyright (C) 2006 AM Waterhouse, J Procter, G Barton, M Clamp, S Searle\r
+ * Copyright (C) 2007 AM Waterhouse, J Procter, G Barton, M Clamp, S Searle\r
  *\r
  * This program is free software; you can redistribute it and/or\r
  * modify it under the terms of the GNU General Public License\r
@@ -20,11 +20,11 @@ package jalview.commands;
 \r
 public interface CommandI\r
 {\r
-    public void doCommand();\r
+  public void doCommand();\r
 \r
-    public void undoCommand();\r
+  public void undoCommand();\r
 \r
-    public String getDescription();\r
+  public String getDescription();\r
 \r
-    public int getSize();\r
+  public int getSize();\r
 }\r