Skip to content

Commit c1e797d

Browse files
committed
fixes for code review
Signed-off-by: Attila Mészáros <a_meszaros@apple.com>
1 parent 5ee867e commit c1e797d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1393,7 +1393,7 @@ public boolean requiresMatcher() {
13931393
* Options#forceFilterEvents()}), which is why each constant links to its corresponding factory.
13941394
*/
13951395
@Experimental(API_MIGHT_CHANGE)
1396-
enum Mode {
1396+
public enum Mode {
13971397
/** See {@link Options#filterWithOptimisticLocking()}. */
13981398
FILTER_WITH_OPTIMISTIC_LOCKING,
13991399
/** See {@link Options#matchAndFilter(Matcher)}. */

0 commit comments

Comments
 (0)