Skip to content

Commit 87571e7

Browse files
committed
Add @SInCE annotation for worldPropertyStrings method in CreateWorldOptions
1 parent 0822b14 commit 87571e7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/java/org/mvplugins/multiverse/core/world/options/CreateWorldOptions.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -288,6 +288,8 @@ public boolean doFolderCheck() {
288288
*
289289
* @param worldProperties A map of world property string key-value pairs.
290290
* @return This {@link CreateWorldOptions} instance.
291+
*
292+
* @since 5.5
291293
*/
292294
@ApiStatus.AvailableSince("5.5")
293295
public @NotNull CreateWorldOptions worldPropertyStrings(@NotNull Map<@NotNull String, @Nullable String> worldProperties) {

0 commit comments

Comments
 (0)