We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee02653 commit bbc6fb6Copy full SHA for bbc6fb6
src/main/java/org/javasim/Semaphore.java
@@ -39,7 +39,7 @@ public class Semaphore
39
* could be returned.
40
*/
41
42
- enum Outcome { DONE, NOTDONE, WOULD_BLOCK };
+ public enum Outcome { DONE, NOTDONE, WOULD_BLOCK };
43
44
/**
45
* Create a new mutex (resources = 1).
0 commit comments