We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fee1b99 commit 9174510Copy full SHA for 9174510
src/main/java/org/jruby/rack/RackApplicationFactoryDecorator.java
@@ -133,8 +133,8 @@ public void destroy() {
133
public RackApplication getApplication() throws RackException {
134
final RuntimeException error = getInitError();
135
if ( error != null ) {
136
- log(DEBUG, "due a previous initialization failure application instance can not be returned");
137
- throw error; // this is better - we shall never return null here ...
+ log(DEBUG, "due to a previous initialization failure application instance can not be returned");
+ throw error;
138
}
139
return getApplicationImpl();
140
0 commit comments