Skip to content

Commit b813247

Browse files
committed
wip
Signed-off-by: Attila Mészáros <a_meszaros@apple.com>
1 parent 84228bf commit b813247

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,7 @@ public void changeNamespaces(Set<String> namespaces) {
9494
* reconciliation.
9595
*/
9696
@SuppressWarnings("unchecked")
97-
public R eventFilteringUpdateAndCacheResource(
98-
R resourceToUpdate, UnaryOperator<R> updateMethod) {
97+
public R eventFilteringUpdateAndCacheResource(R resourceToUpdate, UnaryOperator<R> updateMethod) {
9998
if (resourceToUpdate.getMetadata().getResourceVersion() == null) {
10099
log.debug("No resourceVersion set. Skipping event filtering.");
101100
return updateAndCacheResource(resourceToUpdate, updateMethod);

0 commit comments

Comments
 (0)