Skip to content

Commit 8e98403

Browse files
committed
docs: remove javadoc todos (#2541)
Signed-off-by: Attila Mészáros <[email protected]>
1 parent 6254c76 commit 8e98403

File tree

1 file changed

+0
-2
lines changed
  • operator-framework-core/src/main/java/io/javaoperatorsdk/operator/api/config/informer

1 file changed

+0
-2
lines changed

operator-framework-core/src/main/java/io/javaoperatorsdk/operator/api/config/informer/Informer.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,15 +107,13 @@
107107
*
108108
* @return the class of the {@link ItemStore} implementation to use
109109
*/
110-
// todo: check javadoc
111110
Class<? extends ItemStore> itemStore() default ItemStore.class;
112111

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

121119
}

0 commit comments

Comments
 (0)