Author: vgritsenko
Date: Wed Oct 27 09:24:47 2004
New Revision: 55712

Modified:
   
cocoon/branches/BRANCH_2_1_X/src/blocks/portal/java/org/apache/cocoon/environment/portlet/ActionRequest.java
Log:
getPortletInputStream -> getInputStream


Modified: 
cocoon/branches/BRANCH_2_1_X/src/blocks/portal/java/org/apache/cocoon/environment/portlet/ActionRequest.java
==============================================================================
--- 
cocoon/branches/BRANCH_2_1_X/src/blocks/portal/java/org/apache/cocoon/environment/portlet/ActionRequest.java
        (original)
+++ 
cocoon/branches/BRANCH_2_1_X/src/blocks/portal/java/org/apache/cocoon/environment/portlet/ActionRequest.java
        Wed Oct 27 09:24:47 2004
@@ -1,12 +1,12 @@
 /*
  * Copyright 1999-2004 The Apache Software Foundation.
- * 
+ *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
- * 
+ *
  *      http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -23,7 +23,7 @@
  * Implements the [EMAIL PROTECTED] org.apache.cocoon.environment.Request} 
interface for the
  * JSR-168 (Portlet) environment.
  *
- * @version CVS $Id: ActionRequest.java,v 1.2 2004/03/05 13:02:08 bdelacretaz 
Exp $
+ * @version CVS $Id$
  * @author <a href="mailto:[EMAIL PROTECTED]">Alex Rudnev</a>
  * @author <a href="mailto:[EMAIL PROTECTED]">Vadim Gritsenko</a>
  */
@@ -68,7 +68,7 @@
         return (javax.portlet.ActionRequest) getPortletRequest();
     }
 
-    public InputStream getPortletInputStream() throws IOException {
+    public InputStream getInputStream() throws IOException {
         return getActionRequest().getPortletInputStream();
     }
 

Reply via email to