* Minor formatting bug: missing dot in onStop() error output.
This commit is contained in:
parent
4575142c60
commit
b2a6acdf97
1 changed files with 1 additions and 1 deletions
|
@ -462,7 +462,7 @@ public final class Application implements Runnable {
|
||||||
eval = getEvaluator();
|
eval = getEvaluator();
|
||||||
eval.invokeInternal(null, "onStop", RequestEvaluator.EMPTY_ARGS);
|
eval.invokeInternal(null, "onStop", RequestEvaluator.EMPTY_ARGS);
|
||||||
} catch (Exception x) {
|
} catch (Exception x) {
|
||||||
logError("Error in " + name + "onStop()", x);
|
logError("Error in " + name + ".onStop()", x);
|
||||||
}
|
}
|
||||||
|
|
||||||
// mark app as stopped
|
// mark app as stopped
|
||||||
|
|
Loading…
Add table
Reference in a new issue