Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 78260 invoked from network); 6 Oct 2003 05:25:13 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 6 Oct 2003 05:25:13 -0000 Received: (qmail 39854 invoked by uid 500); 6 Oct 2003 05:24:39 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 39817 invoked by uid 500); 6 Oct 2003 05:24:39 -0000 Mailing-List: contact axis-dev-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-dev@ws.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list axis-dev@ws.apache.org Received: (qmail 39784 invoked by uid 500); 6 Oct 2003 05:24:39 -0000 Delivered-To: apmail-ws-axis-cvs@apache.org Date: 6 Oct 2003 05:24:59 -0000 Message-ID: <20031006052459.78077.qmail@minotaur.apache.org> From: stevel@apache.org To: ws-axis-cvs@apache.org Subject: cvs commit: ws-axis/java/src/org/apache/axis/transport/http HTTPTransport.java X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N stevel 2003/10/05 22:24:59 Modified: java/src/org/apache/axis/transport/http HTTPTransport.java Log: Eliminating a fair few of the javadoc complaints. Revision Changes Path 1.20 +2 -2 ws-axis/java/src/org/apache/axis/transport/http/HTTPTransport.java Index: HTTPTransport.java =================================================================== RCS file: /home/cvs/ws-axis/java/src/org/apache/axis/transport/http/HTTPTransport.java,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- HTTPTransport.java 22 Apr 2003 19:35:52 -0000 1.19 +++ HTTPTransport.java 6 Oct 2003 05:24:59 -0000 1.20 @@ -100,8 +100,8 @@ /** * Set up any transport-specific derived properties in the message context. - * @param context the context to set up - * @param message the client service instance + * @param mc the context to set up + * @param call the call (unused?) * @param engine the engine containing the registries * @throws AxisFault if service cannot be found */