docs: fix some typos on javadocs
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Stefan Kalscheuer 2024-05-07 18:50:58 +02:00
parent 47f9ad86db
commit ae2093b9fc
Signed by: stefan
GPG Key ID: 3887EC2A53B55430
2 changed files with 2 additions and 2 deletions

View File

@ -187,7 +187,7 @@ public class Message implements Model {
/**
* 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.
* 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.
*/

View File

@ -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.
*/