Skip to content

Commit 21aced8

Browse files
committed
javadoc
Signed-off-by: Attila Mészáros <a_meszaros@apple.com>
1 parent 9abfa33 commit 21aced8

File tree

1 file changed

+1
-1
lines changed
  • operator-framework-core/src/main/java/io/javaoperatorsdk/operator/api/config/informer

1 file changed

+1
-1
lines changed

operator-framework-core/src/main/java/io/javaoperatorsdk/operator/api/config/informer/Informer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,6 @@
117117
/** Field selector for informer, for matching field with the value: field=value; */
118118
Field[] withFields() default {};
119119

120-
/** Negated field selector for informer, for Non-matching field with the value: field!=value; */
120+
/** Negated field selector for informer, for non-matching field with the value: field!=value; */
121121
Field[] withoutFields() default {};
122122
}

0 commit comments

Comments
 (0)