Skip to content

Commit 79a2b2f

Browse files
committed
wip
Signed-off-by: Attila Mészáros <a_meszaros@apple.com>
1 parent 2073e65 commit 79a2b2f

File tree

1 file changed

+0
-3
lines changed
  • operator-framework-core/src/main/java/io/javaoperatorsdk/operator/processing/event/source/informer

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -139,9 +139,6 @@ protected void handleEvent(
139139

140140
@Override
141141
public synchronized void start() {
142-
if (isRunning()) {
143-
return;
144-
}
145142
super.start();
146143
// this makes sure that on first reconciliation all resources are
147144
// present on the index

0 commit comments

Comments
 (0)