You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by jo...@apache.org on 2004/03/20 17:33:42 UTC

cvs commit: cocoon-2.1/src/blocks/portal/java/org/apache/cocoon/portal/transformation ProxyTransformer.java

joerg       2004/03/20 08:33:42

  Modified:    src/blocks/portal/java/org/apache/cocoon/portal/transformation
                        ProxyTransformer.java
  Log:
  fixed javadoc errros after parameter/exception removal - are the System.err.println() by intention?
  
  Revision  Changes    Path
  1.9       +1 -5      cocoon-2.1/src/blocks/portal/java/org/apache/cocoon/portal/transformation/ProxyTransformer.java
  
  Index: ProxyTransformer.java
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/blocks/portal/java/org/apache/cocoon/portal/transformation/ProxyTransformer.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- ProxyTransformer.java	19 Mar 2004 14:21:06 -0000	1.8
  +++ ProxyTransformer.java	20 Mar 2004 16:33:42 -0000	1.9
  @@ -229,7 +229,6 @@
   
       /**
        * Processes the request to the external application
  -     * @throws SAXException on any exceptions while sending the request.
        */
       protected void processRequest() {
           try {
  @@ -420,7 +419,6 @@
        * Reads the HTML document from given connection and returns a correct W3C DOM XHTML document
        * @param connection hte HttpURLConnection to read from
        * @return the result as valid W3C DOM XHTML document
  -     * @throws IOException if any exceptions occure while reading from the url connection.
        */
       protected Document readXML(HttpURLConnection connection) {
           try {
  @@ -623,8 +621,6 @@
       * @param parameters
       * @return CopletInstanceData
       * @throws ProcessingException
  -    * @throws IOException
  -    * @throws SAXException
       */
       public static CopletInstanceData getInstanceData(ServiceManager manager,
                                                        Map objectModel,