Return-Path: Delivered-To: apmail-incubator-cxf-commits-archive@locus.apache.org Received: (qmail 48131 invoked from network); 29 Jun 2007 01:48:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 29 Jun 2007 01:48:59 -0000 Received: (qmail 72486 invoked by uid 500); 29 Jun 2007 01:49:02 -0000 Delivered-To: apmail-incubator-cxf-commits-archive@incubator.apache.org Received: (qmail 72437 invoked by uid 500); 29 Jun 2007 01:49:02 -0000 Mailing-List: contact cxf-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cxf-dev@incubator.apache.org Delivered-To: mailing list cxf-commits@incubator.apache.org Received: (qmail 72428 invoked by uid 99); 29 Jun 2007 01:49:02 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Jun 2007 18:49:02 -0700 X-ASF-Spam-Status: No, hits=-99.5 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Jun 2007 18:48:58 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id B25311A981A; Thu, 28 Jun 2007 18:48:38 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r551749 - /incubator/cxf/trunk/api/src/main/java/org/apache/cxf/binding/BindingFactory.java Date: Fri, 29 Jun 2007 01:48:38 -0000 To: cxf-commits@incubator.apache.org From: ningjiang@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20070629014838.B25311A981A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: ningjiang Date: Thu Jun 28 18:48:37 2007 New Revision: 551749 URL: http://svn.apache.org/viewvc?view=rev&rev=551749 Log: Fixed a @return error of last commit Modified: incubator/cxf/trunk/api/src/main/java/org/apache/cxf/binding/BindingFactory.java Modified: incubator/cxf/trunk/api/src/main/java/org/apache/cxf/binding/BindingFactory.java URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/api/src/main/java/org/apache/cxf/binding/BindingFactory.java?view=diff&rev=551749&r1=551748&r2=551749 ============================================================================== --- incubator/cxf/trunk/api/src/main/java/org/apache/cxf/binding/BindingFactory.java (original) +++ incubator/cxf/trunk/api/src/main/java/org/apache/cxf/binding/BindingFactory.java Thu Jun 28 18:48:37 2007 @@ -50,8 +50,7 @@ * Set the destionation's message observer which is created by using the endpoint to * listen the incoming message * @param d the destination that will be set the MessageObserver - * @param e the endpoint to build up the MessageObserver - * @return the BindingInfo object + * @param e the endpoint to build up the MessageObserver */ void addListener(Destination d, Endpoint e); }