Skip to content

Commit c7a9be4

Browse files
committed
Fix Javadoc
1 parent dcae505 commit c7a9be4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ public interface BlueMapWorld {
4242
String getId();
4343

4444
/**
45-
* Getter for the {@link Path} of this world's save-files (folder).
46-
* <strike>This matches the folder configured in bluemap's config for this map ( <code>world:</code> )</strike>.
45+
* Getter for the {@link Path} of this world's save-files.<br>
46+
* (To be exact: the parent-folder of the regions-folder used for rendering)
4747
* @return the save-folder of this world.
4848
* @deprecated Getting the save-folder of a world is no longer supported. As it is not guaranteed that every world has a save-folder.
4949
*/

0 commit comments

Comments
 (0)