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 6929dc2a2e7188177b889d658be7763ac6d56caa
Author: juanpablo <[email protected]>
AuthorDate: Tue Mar 17 14:41:38 2020 +0100

    apply format suggested by intellij
---
 jspwiki-api/src/main/java/org/apache/wiki/api/core/Context.java | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/jspwiki-api/src/main/java/org/apache/wiki/api/core/Context.java 
b/jspwiki-api/src/main/java/org/apache/wiki/api/core/Context.java
index 193b8b6..36efd87 100644
--- a/jspwiki-api/src/main/java/org/apache/wiki/api/core/Context.java
+++ b/jspwiki-api/src/main/java/org/apache/wiki/api/core/Context.java
@@ -59,10 +59,10 @@ public interface Context extends Cloneable, Command {
     /**
      *  Sets the WikiPage that is being handled.
      *
-     *  @param WikiPage The wikipage
+     *  @param wikiPage The wikipage
      *  @since 2.1.37.
      */
-    void setPage( Page WikiPage );
+    void setPage( Page wikiPage );
 
     /**
      *  Gets a reference to the real WikiPage whose content is currently being 
rendered. If your plugin e.g. does some variable setting, be
@@ -89,12 +89,12 @@ public interface Context extends Cloneable, Command {
      *  with InsertPageTag, you should consider what you want to do - do you 
wish to really reference the "master" WikiPage or the included
      *  page.
      *
-     *  @param WikiPage  The real WikiPage which is being rendered.
+     *  @param wikiPage  The real WikiPage which is being rendered.
      *  @return The previous real page
      *  @since 2.3.14
      *  @see org.apache.wiki.tags.InsertPageTag
      */
-    Page setRealPage( Page WikiPage );
+    Page setRealPage( Page wikiPagePage );
 
     /**
      *  Returns the handling engine.

Reply via email to