Skip to content

Commit 7af694e

Browse files
committed
docs: comment
1 parent bc7771b commit 7af694e

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
@@ -117,7 +117,7 @@ private CompletableFuture<List<?>> loadSourceForTheCurrentPage() {
117117
currentPageIndex(), reuseLazy, isStatic(), isComputed(), forceUpdated);
118118

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

0 commit comments

Comments
 (0)