Fix typo.

(Yes this is a breaking change, i don't care, no one uses this yet, and if they do they should have told me!)
This commit is contained in:
Lukas Rieger 2022-08-19 17:27:52 +02:00 committed by GitHub
parent d351b1f9f4
commit f8d10d1f20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@ public class POIMarker extends DistanceRangedMarker {
* Creates a Builder for {@link POIMarker}s.
* @return a new Builder
*/
public static Builder toBuilder() {
public static Builder builder() {
return new Builder();
}