Skip to content

Commit

Permalink
fix: javadoc blocking snapshot release (#904)
Browse files Browse the repository at this point in the history
  • Loading branch information
csviri authored Feb 2, 2022
1 parent f089269 commit cdef02f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

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

0 comments on commit cdef02f

Please sign in to comment.