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:
parent
a87881ee59
commit
14993b3ca1
2 changed files with 5 additions and 5 deletions
|
|
@ -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
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -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
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue