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:
c2afabc
)
JAL-3322 getdown Application class fix
author
Ben Soares
<bsoares@dundee.ac.uk>
Fri, 28 Jun 2019 09:37:58 +0000
(10:37 +0100)
committer
Ben Soares
<bsoares@dundee.ac.uk>
Fri, 28 Jun 2019 09:37:58 +0000
(10:37 +0100)
getdown/lib/getdown-core.jar
patch
|
blob
|
history
getdown/lib/getdown-launcher.jar
patch
|
blob
|
history
getdown/src/getdown/core/src/main/java/com/threerings/getdown/data/Application.java
patch
|
blob
|
history
j11lib/getdown-core.jar
patch
|
blob
|
history
j8lib/getdown-core.jar
patch
|
blob
|
history
diff --git
a/getdown/lib/getdown-core.jar
b/getdown/lib/getdown-core.jar
index
ea204c6
..
2ffe409
100644
(file)
Binary files a/getdown/lib/getdown-core.jar and b/getdown/lib/getdown-core.jar differ
diff --git
a/getdown/lib/getdown-launcher.jar
b/getdown/lib/getdown-launcher.jar
index
10072c9
..
7f28fad
100644
(file)
Binary files a/getdown/lib/getdown-launcher.jar and b/getdown/lib/getdown-launcher.jar differ
diff --git
a/getdown/src/getdown/core/src/main/java/com/threerings/getdown/data/Application.java
b/getdown/src/getdown/core/src/main/java/com/threerings/getdown/data/Application.java
index
5c61378
..
117f36b
100644
(file)
--- a/
getdown/src/getdown/core/src/main/java/com/threerings/getdown/data/Application.java
+++ b/
getdown/src/getdown/core/src/main/java/com/threerings/getdown/data/Application.java
@@
-326,11
+326,10
@@
public class Application
*/
public Resource getConfigResource ()
{
- Resource res = null;
try {
return createResource(CONFIG_FILE, Resource.NORMAL);
} catch (Exception e) {
- log.warning("Invalid appbase '" + _vappbase + "'.", e);
+ throw new RuntimeException("Invalid appbase '" + _vappbase + "'.", e);
}
}
diff --git
a/j11lib/getdown-core.jar
b/j11lib/getdown-core.jar
index
ea204c6
..
2ffe409
100644
(file)
Binary files a/j11lib/getdown-core.jar and b/j11lib/getdown-core.jar differ
diff --git
a/j8lib/getdown-core.jar
b/j8lib/getdown-core.jar
index
ea204c6
..
2ffe409
100644
(file)
Binary files a/j8lib/getdown-core.jar and b/j8lib/getdown-core.jar differ