Skip to content

Commit f8d10d1

Browse files
authored
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!)
1 parent d351b1f commit f8d10d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/de/bluecolored/bluemap/api/markers/POIMarker.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ public int hashCode() {
138138
* Creates a Builder for {@link POIMarker}s.
139139
* @return a new Builder
140140
*/
141-
public static Builder toBuilder() {
141+
public static Builder builder() {
142142
return new Builder();
143143
}
144144

0 commit comments

Comments
 (0)