docs: fix some typos on javadocs
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
47f9ad86db
commit
ae2093b9fc
@ -187,7 +187,7 @@ public class Message implements Model {
|
|||||||
/**
|
/**
|
||||||
* Messages are assigned a priority in order for them to be ranked.
|
* Messages are assigned a priority in order for them to be ranked.
|
||||||
* Since it is possible for a stop to be assigned multiple messages it is important to ensure priority is given.
|
* Since it is possible for a stop to be assigned multiple messages it is important to ensure priority is given.
|
||||||
* Priorities are between 1 and 10 (where 1 is the highest priority). By default the message priority is set to 3.
|
* Priorities are between 1 and 10 (where 1 is the highest priority). By default, the message priority is set to 3.
|
||||||
*
|
*
|
||||||
* @return Message priority.
|
* @return Message priority.
|
||||||
*/
|
*/
|
||||||
|
@ -196,7 +196,7 @@ public final class Stop implements Model {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The longitude of the stop. This isexpressed using the WGS84 coordinate system.
|
* The longitude of the stop. This is expressed using the WGS84 coordinate system.
|
||||||
*
|
*
|
||||||
* @return The stop geolocation longitude.
|
* @return The stop geolocation longitude.
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user