indicate which registry timed out.
[jalview.git] / src / jalview / gui / CutAndPasteTransfer.java
index 6459de4..d3ed487 100755 (executable)
@@ -1,6 +1,6 @@
 /*
- * Jalview - A Sequence Alignment Editor and Viewer (Version 2.4)
- * Copyright (C) 2008 AM Waterhouse, J Procter, G Barton, M Clamp, S Searle
+ * Jalview - A Sequence Alignment Editor and Viewer (Development Version 2.4.1)
+ * Copyright (C) 2009 AM Waterhouse, J Procter, G Barton, M Clamp, S Searle
  * 
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
@@ -166,6 +166,7 @@ public class CutAndPasteTransfer extends GCutAndPasteTransfer
   public void ok_actionPerformed(ActionEvent e)
   {
     String format = new IdentifyFile().Identify(getText(), "Paste");
+    // TODO: identify feature, annotation or tree file and parse appropriately.
     Alignment al = null;
 
     if (FormatAdapter.isValidFormat(format))