Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@www.apache.org Received: (qmail 46084 invoked from network); 7 Sep 2006 22:36:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 7 Sep 2006 22:36:00 -0000 Received: (qmail 23234 invoked by uid 500); 7 Sep 2006 22:35:58 -0000 Delivered-To: apmail-jakarta-commons-dev-archive@jakarta.apache.org Received: (qmail 22973 invoked by uid 500); 7 Sep 2006 22:35:58 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 22962 invoked by uid 500); 7 Sep 2006 22:35:58 -0000 Received: (qmail 22958 invoked by uid 99); 7 Sep 2006 22:35:58 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Sep 2006 15:35:58 -0700 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [140.211.166.113] (HELO eris.apache.org) (140.211.166.113) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Sep 2006 15:35:57 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 66EDA1A981A; Thu, 7 Sep 2006 15:35:37 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r441276 - /jakarta/commons/sandbox/pipeline/trunk/src/main/java/org/apache/commons/pipeline/driver/DedicatedThreadStageDriverFactory.java Date: Thu, 07 Sep 2006 22:35:37 -0000 To: commons-cvs@jakarta.apache.org From: nuttycom@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20060907223537.66EDA1A981A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: nuttycom Date: Thu Sep 7 15:35:36 2006 New Revision: 441276 URL: http://svn.apache.org/viewvc?view=rev&rev=441276 Log: Minor documentation change Modified: jakarta/commons/sandbox/pipeline/trunk/src/main/java/org/apache/commons/pipeline/driver/DedicatedThreadStageDriverFactory.java Modified: jakarta/commons/sandbox/pipeline/trunk/src/main/java/org/apache/commons/pipeline/driver/DedicatedThreadStageDriverFactory.java URL: http://svn.apache.org/viewvc/jakarta/commons/sandbox/pipeline/trunk/src/main/java/org/apache/commons/pipeline/driver/DedicatedThreadStageDriverFactory.java?view=diff&rev=441276&r1=441275&r2=441276 ============================================================================== --- jakarta/commons/sandbox/pipeline/trunk/src/main/java/org/apache/commons/pipeline/driver/DedicatedThreadStageDriverFactory.java (original) +++ jakarta/commons/sandbox/pipeline/trunk/src/main/java/org/apache/commons/pipeline/driver/DedicatedThreadStageDriverFactory.java Thu Sep 7 15:35:36 2006 @@ -99,8 +99,8 @@ private FaultTolerance faultTolerance = FaultTolerance.NONE; /** - * Getter for property faultTolerance. - * + * Getter for property faultTolerance. See {@link FaultTolerance} for valid values + * and enumation meanings. * @return Value of property faultTolerance. */ public FaultTolerance getFaultTolerance() { --------------------------------------------------------------------- To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-dev-help@jakarta.apache.org