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 ms...@apache.org on 2016/04/08 15:40:14 UTC

[02/34] portals-pluto git commit: Bug fix in ClientDataRequestWrapper

Bug fix in ClientDataRequestWrapper


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

Branch: refs/heads/V3Prototype
Commit: 16cb7b3f64fc62d1dd5dfa74d47a43395b1540b2
Parents: 7e04857
Author: Scott Nicklous <ms...@apache.org>
Authored: Thu Mar 10 16:15:32 2016 +0100
Committer: Scott Nicklous <ms...@apache.org>
Committed: Thu Mar 10 16:15:32 2016 +0100

----------------------------------------------------------------------
 .../java/javax/portlet/filter/ClientDataRequestWrapper.java     | 5 -----
 1 file changed, 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/16cb7b3f/portlet-api/src/main/java/javax/portlet/filter/ClientDataRequestWrapper.java
----------------------------------------------------------------------
diff --git a/portlet-api/src/main/java/javax/portlet/filter/ClientDataRequestWrapper.java b/portlet-api/src/main/java/javax/portlet/filter/ClientDataRequestWrapper.java
index cddd18e..fe4ec74 100644
--- a/portlet-api/src/main/java/javax/portlet/filter/ClientDataRequestWrapper.java
+++ b/portlet-api/src/main/java/javax/portlet/filter/ClientDataRequestWrapper.java
@@ -132,9 +132,4 @@ public class ClientDataRequestWrapper extends PortletRequestWrapper implements C
       return ((ClientDataRequest)wrapped).getMethod();
    }
 
-   @Override
-   public PortletContext getPortletContext() {
-      return null;
-   }
-
 }