Skip to content

Commit

Permalink
docs: remove javadoc todos (#2541)
Browse files Browse the repository at this point in the history
Signed-off-by: Attila Mészáros <[email protected]>
  • Loading branch information
csviri authored Sep 27, 2024
1 parent 1635c9e commit 664cb71
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -107,15 +107,13 @@
*
* @return the class of the {@link ItemStore} implementation to use
*/
// todo: check javadoc
Class<? extends ItemStore> itemStore() default ItemStore.class;

/**
* The maximum amount of items to return for a single list call when starting the primary resource
* related informers. If this is a not null it will result in paginating for the initial load of
* the informer cache.
*/
// todo: check javadoc
long informerListLimit() default NO_LONG_VALUE_SET;

}

0 comments on commit 664cb71

Please sign in to comment.