You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pluto-scm@portals.apache.org by as...@apache.org on 2018/02/28 14:37:21 UTC

portals-pluto git commit: PLUTO-689 Typo in javadoc for ActionResponse.createRedirectURL(MimeResponse.Copy)

Repository: portals-pluto
Updated Branches:
  refs/heads/master d4ab596f4 -> e7826d632


PLUTO-689 Typo in javadoc for ActionResponse.createRedirectURL(MimeResponse.Copy)


Project: http://git-wip-us.apache.org/repos/asf/portals-pluto/repo
Commit: http://git-wip-us.apache.org/repos/asf/portals-pluto/commit/e7826d63
Tree: http://git-wip-us.apache.org/repos/asf/portals-pluto/tree/e7826d63
Diff: http://git-wip-us.apache.org/repos/asf/portals-pluto/diff/e7826d63

Branch: refs/heads/master
Commit: e7826d6329253a3652565c1191d5b31cc4849ae8
Parents: d4ab596
Author: Neil Griffin <ne...@gmail.com>
Authored: Wed Feb 28 09:36:57 2018 -0500
Committer: Neil Griffin <ne...@gmail.com>
Committed: Wed Feb 28 09:36:57 2018 -0500

----------------------------------------------------------------------
 portlet-api/src/main/java/javax/portlet/ActionResponse.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/e7826d63/portlet-api/src/main/java/javax/portlet/ActionResponse.java
----------------------------------------------------------------------
diff --git a/portlet-api/src/main/java/javax/portlet/ActionResponse.java b/portlet-api/src/main/java/javax/portlet/ActionResponse.java
index 73b23a7..c4ecc17 100644
--- a/portlet-api/src/main/java/javax/portlet/ActionResponse.java
+++ b/portlet-api/src/main/java/javax/portlet/ActionResponse.java
@@ -130,7 +130,7 @@ public interface ActionResponse extends StateAwareResponse
     * URL is intended to be used in the sendRedirect(String location) method to allow
     * the portlet to force a redirect to the same page with modified render state.    * Creates a render URL targeting the current portlet. 
     * <p>
-    * The getRedirectURL method cannot be invoked after any of the 
+    * The createRedirectURL method cannot be invoked after any of the 
     * following methods of the ActionResponse interface has been called:
     * <ul>
     * <li>setPortletMode</li>