1
0
Fork 0
mirror of https://github.com/graphhopper/jsprit.git synced 2020-01-24 07:45:05 +01:00

Compare commits

...

2 commits

Author SHA1 Message Date
Stefan Schröder
cce3add991
Merge pull request #472 from MatthewHepburn/priority-comment-update
Updates job priority documentation
2019-07-02 21:55:16 +02:00
Matthew Hepburn
d6802f5def Updates job priority documentation 2019-07-02 19:33:09 +01:00

View file

@ -55,9 +55,9 @@ public interface Job extends HasId, HasIndex {
public String getName();
/**
* Get priority of job. Only 1 = high priority, 2 = medium and 3 = low are allowed.
* Get priority of job. Only 1 (very high) to 10 (very low) are allowed.
* <p>
* Default is 2 = medium.
* Default is 2.
*
* @return priority
*/