diff --git a/operator-framework-core/src/main/java/io/javaoperatorsdk/operator/api/config/informer/Informer.java b/operator-framework-core/src/main/java/io/javaoperatorsdk/operator/api/config/informer/Informer.java index 57da4f41a6..3a425b786b 100644 --- a/operator-framework-core/src/main/java/io/javaoperatorsdk/operator/api/config/informer/Informer.java +++ b/operator-framework-core/src/main/java/io/javaoperatorsdk/operator/api/config/informer/Informer.java @@ -107,7 +107,6 @@ * * @return the class of the {@link ItemStore} implementation to use */ - // todo: check javadoc Class itemStore() default ItemStore.class; /** @@ -115,7 +114,6 @@ * 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; }