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:
3de60c3
)
1.1 compatibility
author
jprocter
<Jim Procter>
Fri, 12 Mar 2010 12:08:32 +0000
(12:08 +0000)
committer
jprocter
<Jim Procter>
Fri, 12 Mar 2010 12:08:32 +0000
(12:08 +0000)
src/jalview/io/AnnotationFile.java
patch
|
blob
|
history
diff --git
a/src/jalview/io/AnnotationFile.java
b/src/jalview/io/AnnotationFile.java
index
4e15c18
..
9381020
100755
(executable)
--- a/
src/jalview/io/AnnotationFile.java
+++ b/
src/jalview/io/AnnotationFile.java
@@
-299,7
+299,7
@@
public class AnnotationFile
text.append(en.nextElement() + "\n");
\r
}
\r
}
\r
- text.append(rowprops);
\r
+ text.append(rowprops.toString());
\r
}
\r
\r
if (groups != null)
\r