Skip to content

Commit

Permalink
- typo fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
esteban-aliverti committed Aug 12, 2011
1 parent 1098db3 commit 39a2442
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion Simple-Task-Life-Cycle-Sample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,13 @@
<artifactId>h2</artifactId>
<version>1.2.139</version>
</dependency>
<dependency>
<groupId>org.subethamail</groupId>
<artifactId>subethasmtp</artifactId>
<version>3.1.4</version>
<scope>test</scope>
<type>jar</type>
</dependency>
</dependencies>

<build>
Expand Down Expand Up @@ -127,7 +134,7 @@
</repositories>

<properties>
<jbpm.version>5.0.0</jbpm.version>
<jbpm.version>5.1-SNAPSHOT</jbpm.version>
</properties>

</project>
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ public void taskEscalationTest() throws InterruptedException, MessagingException
client.claim(stevesTask.getId(), "Steve Rogers", operationResponseHandler );
operationResponseHandler.waitTillDone(waitTime);

//tony completes the task
//steve completes the task
operationResponseHandler = new BlockingTaskOperationResponseHandler();
client.start(stevesTask.getId(), "Steve Rogers", operationResponseHandler);
operationResponseHandler.waitTillDone(waitTime);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
<to xsi:type="tFormalExpression">_3_SkippableInput</to>
</assignment>
</dataInputAssociation>
<dataInputAssociation>
<dataInputAssociation>
<targetRef>_3_ContentInput</targetRef>
<assignment>
<from xsi:type="tFormalExpression"></from>
Expand Down

0 comments on commit 39a2442

Please sign in to comment.