Skip to content

Commit 2ed860a

Browse files
committed
fix: remove wrong javadoc
Signed-off-by: Chris Laprun <metacosm@gmail.com>
1 parent af8863b commit 2ed860a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

operator-framework-core/src/main/java/io/javaoperatorsdk/operator/processing/event/source/informer/TemporaryResourceCache.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,6 @@ public void onDeleteEvent(T resource, boolean unknownState) {
107107
onEvent(ResourceAction.DELETED, resource, null, unknownState, true);
108108
}
109109

110-
/**
111-
* @return true if the resourceVersion was obsolete
112-
*/
113110
public EventHandling onAddOrUpdateEvent(
114111
ResourceAction action, T resource, T prevResourceVersion) {
115112
return onEvent(action, resource, prevResourceVersion, false, false);

0 commit comments

Comments
 (0)