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:
f29373e
)
JAL-3235 added the saveProperties call to setProperty method
bug/JAL-3235sortPropertiesJava9
author
Ben Soares
<bsoares@dundee.ac.uk>
Wed, 4 Mar 2020 14:29:59 +0000
(14:29 +0000)
committer
Ben Soares
<bsoares@dundee.ac.uk>
Wed, 4 Mar 2020 14:29:59 +0000
(14:29 +0000)
src/jalview/bin/Cache.java
patch
|
blob
|
history
diff --git
a/src/jalview/bin/Cache.java
b/src/jalview/bin/Cache.java
index
f40fc61
..
6f9614e
100755
(executable)
--- a/
src/jalview/bin/Cache.java
+++ b/
src/jalview/bin/Cache.java
@@
-638,9
+638,7
@@
public class Cache
oldValue = applicationProperties.setProperty(key, obj);
if (!propsAreReadOnly)
{
- FileOutputStream out = new FileOutputStream(propertiesFile);
- applicationProperties.store(out, "---JalviewX Properties File---");
- out.close();
+ saveProperties();
}
} catch (Exception ex)
{