git://source.jalview.org
/
jalview.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f6f2aab
)
java 1.1 compatibility
author
jprocter
<Jim Procter>
Tue, 16 Sep 2008 09:26:55 +0000
(09:26 +0000)
committer
jprocter
<Jim Procter>
Tue, 16 Sep 2008 09:26:55 +0000
(09:26 +0000)
src/jalview/io/JPredFile.java
patch
|
blob
|
history
diff --git
a/src/jalview/io/JPredFile.java
b/src/jalview/io/JPredFile.java
index
ec4a89e
..
a038cac
100755
(executable)
--- a/
src/jalview/io/JPredFile.java
+++ b/
src/jalview/io/JPredFile.java
@@
-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();