Author: vgritsenko Date: Wed Oct 27 09:26:53 2004 New Revision: 55713 Modified: cocoon/trunk/src/blocks/portal/java/org/apache/cocoon/environment/portlet/ActionRequest.java Log: sync with branch: remove getPortletInputStream
Modified: cocoon/trunk/src/blocks/portal/java/org/apache/cocoon/environment/portlet/ActionRequest.java ============================================================================== --- cocoon/trunk/src/blocks/portal/java/org/apache/cocoon/environment/portlet/ActionRequest.java (original) +++ cocoon/trunk/src/blocks/portal/java/org/apache/cocoon/environment/portlet/ActionRequest.java Wed Oct 27 09:26:53 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. @@ -69,13 +69,6 @@ } public InputStream getInputStream() throws IOException { - return getActionRequest().getPortletInputStream(); - } - - /** - * @deprecated use [EMAIL PROTECTED] #getInputStream()} - */ - public InputStream getPortletInputStream() throws IOException { return getActionRequest().getPortletInputStream(); }