Skip to content

Commit

Permalink
Updated JavaDoc to avoid error.
Browse files Browse the repository at this point in the history
  • Loading branch information
tastybento committed Dec 22, 2024
1 parent 35852f1 commit 2dbb522
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/world/bentobox/bentobox/database/Database.java
Original file line number Diff line number Diff line change
Expand Up @@ -167,8 +167,8 @@ public static Set<Class<? extends DataObject>> getDataobjects() {
}

/**
* Load all objects async
* @return CompletableFuture<List<T>>
* Load all objects asynchronously.
* @return {@code CompletableFuture<List<T>>}
*/
public @NonNull CompletableFuture<List<T>> loadObjectsASync() {
return handler.loadObjectsASync();
Expand Down

0 comments on commit 2dbb522

Please sign in to comment.