mirror of
https://github.com/BlueMap-Minecraft/BlueMapAPI.git
synced 2024-11-14 14:25:18 +01:00
Add deprecated method to not have a breaking change.. >_>
This commit is contained in:
parent
f8d10d1f20
commit
4831537059
@ -202,4 +202,14 @@ public POIMarker build() {
|
||||
|
||||
}
|
||||
|
||||
// ------
|
||||
|
||||
/**
|
||||
* @deprecated use {@link #builder()} instead.
|
||||
*/
|
||||
@Deprecated
|
||||
public static Builder toBuilder() {
|
||||
return new Builder();
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user