mirror of
https://github.com/webbukkit/dynmap.git
synced 2024-11-04 17:50:18 +01:00
Fix typo in setMarkerSetLabel() API
This commit is contained in:
parent
996343c5a3
commit
4c50bd502c
@ -55,7 +55,7 @@ public interface MarkerSet {
|
||||
* Update label for marker set
|
||||
* @param lbl - label for marker set
|
||||
*/
|
||||
public void setMarketSetLabel(String lbl);
|
||||
public void setMarkerSetLabel(String lbl);
|
||||
/**
|
||||
* Test if marker set is persistent
|
||||
* @return true if the set is persistent
|
||||
|
@ -112,7 +112,7 @@ class MarkerSetImpl implements MarkerSet {
|
||||
}
|
||||
|
||||
@Override
|
||||
public void setMarketSetLabel(String lbl) {
|
||||
public void setMarkerSetLabel(String lbl) {
|
||||
label = lbl;
|
||||
MarkerAPIImpl.markerSetUpdated(this, MarkerUpdate.UPDATED);
|
||||
if(ispersistent)
|
||||
|
Loading…
Reference in New Issue
Block a user