You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@oodt.apache.org by Ross Laidlaw <rl...@gmail.com> on 2013/03/08 15:27:31 UTC

Review Request: Assignments in the setWorkflowInst and setWaitforConditionSatisfy methods need 'this' keyword

-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/9820/
-----------------------------------------------------------

Review request for oodt and Chris Mattmann.


Description
-------

The assignments in setWorkflowInst and setWaitforConditionSatisfy in the IterativeWorkflowProcessorThread class need a 'this' keyword at the beginning so that values from the parameters are assigned to member variables.


This addresses bug OODT-571.
    https://issues.apache.org/jira/browse/OODT-571


Diffs
-----

  /trunk/workflow/src/main/java/org/apache/oodt/cas/workflow/engine/IterativeWorkflowProcessorThread.java 1454129 

Diff: https://reviews.apache.org/r/9820/diff/


Testing
-------


Thanks,

Ross Laidlaw