Update BlueMapAPI

This commit is contained in:
Blue (Lukas Rieger) 2020-10-04 12:21:06 +02:00
parent ff6655e392
commit 8b2ddd6e68
No known key found for this signature in database
GPG Key ID: 904C4995F9E1F800
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit e6703d5a3d02060e1d47dbd03e7e462a0b4cd69e
Subproject commit 17cbf15f84815205b52a7aa07f4060b4235cf45a

View File

@ -95,7 +95,7 @@ public class MarkerSetImpl implements MarkerSet {
}
@Override
public boolean isDefautHidden() {
public boolean isDefaultHidden() {
return this.isDefaultHidden;
}