Skip to content

Commit 92c438e

Browse files
committed
Fix javadoc error
1 parent 99804c3 commit 92c438e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,7 @@ public abstract class BlueMapAPI {
104104
/**
105105
* Getter for a {@link BlueMapWorld} loaded by BlueMap.
106106
*
107-
* @param world Any object that BlueMap can use to identify a world.
108-
* <p>
107+
* @param world Any object that BlueMap can use to identify a world.<br>
109108
* <b>This could be:</b>
110109
* <ul>
111110
* <li>A {@link String} that is the id of the world</li>
@@ -115,7 +114,6 @@ public abstract class BlueMapAPI {
115114
* </ul>
116115
* <i>("Platform" here stands for the mod/plugin-loader or server-implementation you are using,
117116
* e.g. Spigot, Forge, Fabric or Sponge)</i>
118-
* </p>
119117
* @return an {@link Optional} with the {@link BlueMapWorld} if it exists
120118
*/
121119
public abstract Optional<BlueMapWorld> getWorld(Object world);

0 commit comments

Comments
 (0)