Skip to content

Commit 710744d

Browse files
committed
Missed a file
1 parent d41c552 commit 710744d

File tree

1 file changed

+10
-0
lines changed
  • concurrency/managedexecutor/src/main/java/org/javaee7/concurrency/managedexecutor

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
package org.javaee7.concurrency.managedexecutor;
2+
3+
/**
4+
* @author Arun Gupta
5+
*/
6+
public class TestStatus {
7+
public static boolean invokedRunnable;
8+
public static boolean invokedTaskWithListener;
9+
public static boolean invokedTaskWithTransaction;
10+
}

0 commit comments

Comments
 (0)