Skip to content

Commit 66ed276

Browse files
committed
Update gradle-wapper and fix javadoc build
1 parent 5e7219e commit 66ed276

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-6.9-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

src/main/java/de/bluecolored/bluemap/api/BlueMapMap.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ public interface BlueMapMap {
6969
Vector2i getTileOffset();
7070

7171
/**
72-
* <p></p>Sets a filter that determines if a specific (hires) tile of this map should be updated or not.
72+
* <p>Sets a filter that determines if a specific (hires) tile of this map should be updated or not.
7373
* If this filter returns false for a tile, the "render"-process of this tile will be cancelled and the tile will be left untouched.</p>
7474
* <p><b>Warning:</b> Using this method will harm the integrity of the map! Since BlueMap will still assume that the tile got updated properly.</p>
7575
* <p>Any previously set filters will get overwritten with the new one. You can get the current filter using {@link #getTileFilter()} and combine them if you wish.</p>

0 commit comments

Comments
 (0)