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

update javadoc - lowest job priority has changed from 3 to 10

This commit is contained in:
Michal Maciejewski 2019-01-29 14:49:43 +01:00
parent a87881ee59
commit 14993b3ca1
No known key found for this signature in database
GPG key ID: 015947E60A2AD77B
2 changed files with 5 additions and 5 deletions

View file

@ -398,9 +398,9 @@ public class Service extends AbstractJob {
}
/**
* Get priority of service. Only 1 = high priority, 2 = medium and 3 = low are allowed.
* Get priority of service. Only 1 (high) to 10 (low) are allowed.
* <p>
* Default is 2 = medium.
* Default is 2.
*
* @return priority
*/

View file

@ -318,7 +318,7 @@ public class Shipment extends AbstractJob {
/**
* Set priority to shipment. Only 1 (high) to 10 (low) are allowed.
* <p>
* Default is 2 = medium.
* Default is 2.
*
* @param priority
* @return builder
@ -505,9 +505,9 @@ public class Shipment extends AbstractJob {
}
/**
* Get priority of shipment. Only 1 = high priority, 2 = medium and 3 = low are allowed.
* Get priority of shipment. Only 1 (high) to 10 (low) are allowed.
* <p>
* Default is 2 = medium.
* Default is 2.
*
* @return priority
*/