Return-Path: X-Original-To: apmail-oodt-commits-archive@www.apache.org Delivered-To: apmail-oodt-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id CFB1F7415 for ; Wed, 17 Aug 2011 05:40:33 +0000 (UTC) Received: (qmail 22004 invoked by uid 500); 17 Aug 2011 05:40:33 -0000 Delivered-To: apmail-oodt-commits-archive@oodt.apache.org Received: (qmail 21971 invoked by uid 500); 17 Aug 2011 05:40:26 -0000 Mailing-List: contact commits-help@oodt.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@oodt.apache.org Delivered-To: mailing list commits@oodt.apache.org Received: (qmail 21964 invoked by uid 99); 17 Aug 2011 05:40:22 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Aug 2011 05:40:22 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Aug 2011 05:40:20 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 7121B2388847 for ; Wed, 17 Aug 2011 05:40:01 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1158523 - /oodt/trunk/workflow/src/main/java/org/apache/oodt/cas/workflow/engine/SequentialProcessor.java Date: Wed, 17 Aug 2011 05:40:01 -0000 To: commits@oodt.apache.org From: mattmann@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110817054001.7121B2388847@eris.apache.org> Author: mattmann Date: Wed Aug 17 05:40:01 2011 New Revision: 1158523 URL: http://svn.apache.org/viewvc?rev=1158523&view=rev Log: - doc update Modified: oodt/trunk/workflow/src/main/java/org/apache/oodt/cas/workflow/engine/SequentialProcessor.java Modified: oodt/trunk/workflow/src/main/java/org/apache/oodt/cas/workflow/engine/SequentialProcessor.java URL: http://svn.apache.org/viewvc/oodt/trunk/workflow/src/main/java/org/apache/oodt/cas/workflow/engine/SequentialProcessor.java?rev=1158523&r1=1158522&r2=1158523&view=diff ============================================================================== --- oodt/trunk/workflow/src/main/java/org/apache/oodt/cas/workflow/engine/SequentialProcessor.java (original) +++ oodt/trunk/workflow/src/main/java/org/apache/oodt/cas/workflow/engine/SequentialProcessor.java Wed Aug 17 05:40:01 2011 @@ -42,7 +42,7 @@ import java.util.logging.Logger; * * An instance of the {@link WorkflowProcessor} that processes through an * iterative {@link this.workflowInstance}. This class keeps an - * Iterator that allows it to move from one end of a sequential + * {@llink Iterator} that allows it to move from one end of a sequential * {@link Workflow} processing pipeline to another. This class should only be * used to process science pipeline style {@link Workflow}s, i.e., those which * resemble an iterative processing pipelines, with no forks, or concurrent task