File tree 3 files changed +4
-4
lines changed
src/main/java/de/bluecolored/bluemap/api
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ public interface BlueMapMap {
115
115
boolean isFrozen ();
116
116
117
117
/**
118
- * Returns the currently set TileFilter. The default TileFilter is equivalent to <code>t -> true</code>.
118
+ * Returns the currently set TileFilter. The default TileFilter is equivalent to <code>t -> true</code>.
119
119
*/
120
120
Predicate <Vector2i > getTileFilter ();
121
121
Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ public static String fromFileSuffix(String suffix) {
110
110
}
111
111
112
112
/**
113
- * Registers a new file-suffix => content-type mapping to this registry.
113
+ * Registers a new file-suffix => content-type mapping to this registry.
114
114
* @param fileSuffix The type-suffix of a file-name
115
115
* @param contentType The content-type string
116
116
*/
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ public interface WebApp {
65
65
* <br>
66
66
* Example:
67
67
* <pre>
68
- * BlueMapAPI.onEnable(api -> {
68
+ * BlueMapAPI.onEnable(api -> {
69
69
* api.getWebApp().registerStyle("js/my-custom-style.css");
70
70
* });
71
71
* </pre>
@@ -83,7 +83,7 @@ public interface WebApp {
83
83
* <br>
84
84
* Example:
85
85
* <pre>
86
- * BlueMapAPI.onEnable(api -> {
86
+ * BlueMapAPI.onEnable(api -> {
87
87
* api.getWebApp().registerScript("js/my-custom-script.js");
88
88
* });
89
89
* </pre>
You can’t perform that action at this time.
0 commit comments