Skip to content

Commit e16caac

Browse files
committed
Fix documentation
1 parent a8b24ad commit e16caac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/com/coreoz/wisp/JobStatus.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ public enum JobStatus {
1414
*/
1515
SCHEDULED,
1616
/**
17-
* a scheduled job that will probably run sooner than another scheduled job :)
17+
* a scheduled job that is attached to a thread from the pool and ready to be executed when its time comes
1818
*/
1919
READY,
2020
/**

0 commit comments

Comments
 (0)