Skip to content

Commit 4fd950d

Browse files
committed
docs: comment
1 parent 8bbdd72 commit 4fd950d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • inventory-framework-core/src/main/java/me/devnatan/inventoryframework/component

inventory-framework-core/src/main/java/me/devnatan/inventoryframework/component/PaginationImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ private CompletableFuture<List<?>> loadSourceForTheCurrentPage() {
120120
currentPageIndex(), reuseLazy, isStatic(), isComputed(), forceUpdated);
121121

122122
if ((isStatic() || reuseLazy) && !isComputed() && !forceUpdated) {
123-
// For unknown reasons already initialized but source is null, external modification?
123+
// Already initialized but source is null?? External modification?
124124
if (initialized && currSource == null)
125125
throw new IllegalStateException("User provided pagination source cannot be null");
126126
else {

0 commit comments

Comments
 (0)