updating printed message - "can not" to "cannot"
This commit is contained in:
parent
cae38b8d0c
commit
f34cd025ba
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ public class SimpleReasonerRecomputeController extends FreemarkerHttpServlet {
|
||||||
if (!(simpleReasoner instanceof SimpleReasoner)) {
|
if (!(simpleReasoner instanceof SimpleReasoner)) {
|
||||||
messageStr = "No SimpleReasoner has been set up.";
|
messageStr = "No SimpleReasoner has been set up.";
|
||||||
} else if ( ((SimpleReasoner)simpleReasoner).isABoxReasoningAsynchronous() ) {
|
} else if ( ((SimpleReasoner)simpleReasoner).isABoxReasoningAsynchronous() ) {
|
||||||
messageStr = "SimpleReasoner is currently in asynchronous mode so a recompute can not be started. Please try again later.";
|
messageStr = "SimpleReasoner is currently in asynchronous mode so a recompute cannot be started. Please try again later.";
|
||||||
} else {
|
} else {
|
||||||
String signal = (String) vreq.getParameter("signal");
|
String signal = (String) vreq.getParameter("signal");
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue