-
Bug
-
Resolution: Done
-
Major
-
None
-
None
Bug:
VariableLatch
public static VariableLatch create(int initialValue) { return new VariableLatch(0); }
initialValue should be set rather than 0
Bug:
VariableLatch
public static VariableLatch create(int initialValue) { return new VariableLatch(0); }
initialValue should be set rather than 0