Skip to content

Commit bc0c2f7

Browse files
csvirimetacosm
andcommitted
Update operator-framework-core/src/main/java/io/javaoperatorsdk/operator/processing/event/source/polling/PerResourcePollingEventSource.java
Co-authored-by: Chris Laprun <metacosm@users.noreply.github.com>
1 parent b961b34 commit bc0c2f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ public interface ResourceFetcher<R, P> {
186186
/**
187187
* By implementing this method it is possible to specify dynamic durations to wait between the
188188
* polls of the resources. This is especially handy if a resources "stabilized" so it is not
189-
* expected to change it's state frequently. For example an AWS RDS instance is up and running,
189+
* expected to change its state frequently. For example an AWS RDS instance is up and running,
190190
* it is expected to run and be stable for a very long time. In this case it is enough to poll
191191
* with a lower frequency, compared to the phase when it is being initialized.
192192
*

0 commit comments

Comments
 (0)