Skip to content

Commit f8f7c5b

Browse files
committed
fix: typo
1 parent 44987c9 commit f8f7c5b

File tree

1 file changed

+1
-1
lines changed
  • operator-framework-core/src/main/java/io/javaoperatorsdk/operator/processing/event/source

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
public interface IDMapper<R> extends Function<R, String> {
66

77
/**
8-
* Used If a polling event source handles only single secondary resource. See also docs for:
8+
* Used if a polling event source handles only single secondary resource. See also docs for:
99
* {@link ExternalResourceCachingEventSource}
1010
*
1111
* @return static id mapper, all resources are mapped for same id.

0 commit comments

Comments
 (0)