This is an automated email from the ASF dual-hosted git repository. juanpablo pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/jspwiki.git
commit 66a4d6758a397a376fdb7bfaeae6d37f72e13dc9 Author: juanpablo <[email protected]> AuthorDate: Sat Apr 11 17:58:22 2020 +0200 rewrite class javadoc --- jspwiki-api/src/main/java/org/apache/wiki/api/core/Engine.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jspwiki-api/src/main/java/org/apache/wiki/api/core/Engine.java b/jspwiki-api/src/main/java/org/apache/wiki/api/core/Engine.java index dbce244..6a2269e 100644 --- a/jspwiki-api/src/main/java/org/apache/wiki/api/core/Engine.java +++ b/jspwiki-api/src/main/java/org/apache/wiki/api/core/Engine.java @@ -45,8 +45,8 @@ import java.util.Properties; * This is the main interface through which everything should go. * * <p> - * There's basically only a single Engine for each web application, and you should always get it using the {@code Engine.getInstance(..)} - * method. + * There's basically only a single Engine for each web application, and you should always get it using either the + * {@code Context#getEngine()} method or through {@code Wiki.engine().find(..)} DSL methods. */ public interface Engine {
