removing a mention of vivo from vitro
This commit is contained in:
parent
7057b40931
commit
4e9e4216da
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ public class SimpleReasonerRecomputeController extends FreemarkerHttpServlet {
|
||||||
"SimpleReasonerRecomputController.Recomputer");
|
"SimpleReasonerRecomputController.Recomputer");
|
||||||
thread.setWorkLevel(WORKING);
|
thread.setWorkLevel(WORKING);
|
||||||
thread.start();
|
thread.start();
|
||||||
messageStr = "Recompute of inferences started. See vivo log for further details.";
|
messageStr = "Recompute of inferences started. See log for further details.";
|
||||||
} else {
|
} else {
|
||||||
body.put("formAction", UrlBuilder.getUrl("/RecomputeInferences"));
|
body.put("formAction", UrlBuilder.getUrl("/RecomputeInferences"));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue