Skip to content

Commit b6c309a

Browse files
authored
Merge pull request #3417 from Multiverse/fix/since-annotation
Add @SInCE annotation for worldPropertyStrings method in CreateWorldOptions
2 parents 0822b14 + 87571e7 commit b6c309a

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)