mirror of
https://github.com/graphhopper/jsprit.git
synced 2020-01-24 07:45:05 +01:00
Updates job priority documentation
This commit is contained in:
parent
e4b5bbf5fa
commit
d6802f5def
1 changed files with 2 additions and 2 deletions
|
|
@ -55,9 +55,9 @@ public interface Job extends HasId, HasIndex {
|
||||||
public String getName();
|
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>
|
* <p>
|
||||||
* Default is 2 = medium.
|
* Default is 2.
|
||||||
*
|
*
|
||||||
* @return priority
|
* @return priority
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue