quick fix for very broken checkin - see Mantis bug #55537
[jalview.git] / src / jalview / io / JPredFile.java
index ec4a89e..185674b 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
@@ -319,7 +319,7 @@ public class JPredFile extends AlignFile
         IOException ex = new IOException(
                 "Couldn't parse concise annotation for prediction profile.\n"
                         + e);
-        ex.setStackTrace(e.getStackTrace());
+        e.printStackTrace(); // java 1.1 does not have : ex.setStackTrace(e.getStackTrace());
         throw ex;
       }
       this.annotations = new Vector();