Skip to content

Commit 9e305d3

Browse files
committed
wip
1 parent 50617df commit 9e305d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

operator-framework-core/src/main/java/io/javaoperatorsdk/operator/processing/event/ReconciliationDispatcher.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444

4545
/** Handles calls and results of a Reconciler and finalizer related logic */
4646
class ReconciliationDispatcher<P extends HasMetadata> {
47-
47+
4848
private static final Logger log = LoggerFactory.getLogger(ReconciliationDispatcher.class);
4949

5050
private final Controller<P> controller;

0 commit comments

Comments
 (0)