File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
src/main/java/de/bluecolored/bluemap/api Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ public interface BlueMapMap {
115115 boolean isFrozen ();
116116
117117 /**
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>.
119119 */
120120 Predicate <Vector2i > getTileFilter ();
121121
Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ public static String fromFileSuffix(String suffix) {
110110 }
111111
112112 /**
113- * Registers a new file-suffix => content-type mapping to this registry.
113+ * Registers a new file-suffix => content-type mapping to this registry.
114114 * @param fileSuffix The type-suffix of a file-name
115115 * @param contentType The content-type string
116116 */
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ public interface WebApp {
6565 * <br>
6666 * Example:
6767 * <pre>
68- * BlueMapAPI.onEnable(api -> {
68+ * BlueMapAPI.onEnable(api -> {
6969 * api.getWebApp().registerStyle("js/my-custom-style.css");
7070 * });
7171 * </pre>
@@ -83,7 +83,7 @@ public interface WebApp {
8383 * <br>
8484 * Example:
8585 * <pre>
86- * BlueMapAPI.onEnable(api -> {
86+ * BlueMapAPI.onEnable(api -> {
8787 * api.getWebApp().registerScript("js/my-custom-script.js");
8888 * });
8989 * </pre>
You can’t perform that action at this time.
0 commit comments