Skip to content

Commit cdef02f

Browse files
authored
fix: javadoc blocking snapshot release (#904)
1 parent f089269 commit cdef02f

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
/**
1515
* <p>
16-
* Pols resource (on contrary to {@link PerResourcePollingEventSource}) not per resource bases but
16+
* Polls resource (on contrary to {@link PerResourcePollingEventSource}) not per resource bases but
1717
* instead to calls supplier periodically and independently of the number of state of custom
1818
* resources managed by the operator. It is called on start (synced). This means that when the
1919
* reconciler first time executed on startup a poll already happened before. So if the cache does
@@ -24,7 +24,7 @@
2424
* Another caveat with this is if the cached object is checked in the reconciler and created since
2525
* not in the cache it should be manually added to the cache, since it can happen that the
2626
* reconciler is triggered before the cache is propagated with the new resource from a scheduled
27-
* execution. See {@link PollingEventSource##put(ResourceID, Object)}.
27+
* execution. See {@link #put(ResourceID, Object)} method.
2828
* </p>
2929
* So the generic workflow in reconciler should be:
3030
*

0 commit comments

Comments
 (0)