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 bddeab5a7b663ab02777209cee94fb92bc6e2f71 Author: juanpablo <[email protected]> AuthorDate: Sat Jan 18 19:09:50 2020 +0100 explicit javadoc --- jspwiki-main/src/main/java/org/apache/wiki/WikiEngine.java | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/jspwiki-main/src/main/java/org/apache/wiki/WikiEngine.java b/jspwiki-main/src/main/java/org/apache/wiki/WikiEngine.java index b261745..6969223 100644 --- a/jspwiki-main/src/main/java/org/apache/wiki/WikiEngine.java +++ b/jspwiki-main/src/main/java/org/apache/wiki/WikiEngine.java @@ -711,12 +711,10 @@ public class WikiEngine { } /** - * <p> - * Returns the basic absolute URL to a page, without any modifications. You may add any parameters to this. - * </p> - * <p> - * Since 2.3.90 it is safe to call this method with <code>null</code> pageName, in which case it will default to the front page. - * </p> + * <p>Returns the basic absolute (or relative, depending on the variable {@link WikiEngine#PROP_REFSTYLE}) URL to a page, without any + * modifications. You may add any parameters to this.</p> + * <p>Since 2.3.90 it is safe to call this method with {@code null} pageName, in which case it will default to the front page.</p> + * * @since 2.0.3 * @param pageName The name of the page. May be null, in which case defaults to the front page. * @return An absolute URL to the page.
