We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44987c9 commit f8f7c5bCopy full SHA for f8f7c5b
operator-framework-core/src/main/java/io/javaoperatorsdk/operator/processing/event/source/IDMapper.java
@@ -5,7 +5,7 @@
5
public interface IDMapper<R> extends Function<R, String> {
6
7
/**
8
- * Used If a polling event source handles only single secondary resource. See also docs for:
+ * Used if a polling event source handles only single secondary resource. See also docs for:
9
* {@link ExternalResourceCachingEventSource}
10
*
11
* @return static id mapper, all resources are mapped for same id.
0 commit comments