Skip to content

Commit 4b37656

Browse files
committed
fix
Signed-off-by: Attila Mészáros <a_meszaros@apple.com>
1 parent 9eea87b commit 4b37656

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

operator-framework-core/src/main/java/io/javaoperatorsdk/operator/api/reconciler/ResourceOperations.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -936,8 +936,9 @@ public Mode getMode() {
936936
return mode;
937937
}
938938

939-
public boolean isForcedFiltering() {
940-
return mode == Mode.FORCED_FILTERING;
939+
public boolean isForcedFiltering() {
940+
return mode == Mode.FORCED_FILTERING;
941+
}
941942
}
942943

943944
@Experimental(API_MIGHT_CHANGE)

0 commit comments

Comments
 (0)