Updated JavaDoc to avoid error.

This commit is contained in:
tastybento 2024-12-22 08:48:50 -08:00
parent 35852f100e
commit 2dbb522eb7

View File

@ -167,8 +167,8 @@ public class Database<T> {
}
/**
* 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();