mirror of
https://github.com/BlueMap-Minecraft/BlueMapAPI.git
synced 2024-11-14 14:25:18 +01:00
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:
parent
d351b1f9f4
commit
f8d10d1f20
@ -138,7 +138,7 @@ public int hashCode() {
|
||||
* Creates a Builder for {@link POIMarker}s.
|
||||
* @return a new Builder
|
||||
*/
|
||||
public static Builder toBuilder() {
|
||||
public static Builder builder() {
|
||||
return new Builder();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user