Skip to content

Commit bbc6fb6

Browse files
committed
Made Outcome public.
#52
1 parent ee02653 commit bbc6fb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/javasim/Semaphore.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public class Semaphore
3939
* could be returned.
4040
*/
4141

42-
enum Outcome { DONE, NOTDONE, WOULD_BLOCK };
42+
public enum Outcome { DONE, NOTDONE, WOULD_BLOCK };
4343

4444
/**
4545
* Create a new mutex (resources = 1).

0 commit comments

Comments
 (0)