Skip to content

Commit

Permalink
Fix a couple of Javadoc warnings
Browse files Browse the repository at this point in the history
(cherry picked from commit 6ccf422)
  • Loading branch information
acogoluegnes committed Jun 1, 2022
1 parent 4654d43 commit 565aba4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
* <p>
* This implementation keeps track of entities (typically AMQP connections) that need
* to renew credentials. Token renewal is scheduled based on token expiration, using
* a <code>Function<Duration, Long> refreshDelayStrategy</code>. Once credentials
* a <code>Function&lt;Duration, Long&gt; refreshDelayStrategy</code>. Once credentials
* for a {@link CredentialsProvider} have been renewed, the callback registered
* by each entity/connection is performed. This callback typically propagates
* the new credentials in the entity state, e.g. sending the new password to the
Expand Down Expand Up @@ -140,7 +140,7 @@ public static Function<Duration, Duration> fixedDelayBeforeExpirationRefreshDela
}

/**
* Advise to refresh credentials if <code>TTL <= limit</code>.
* Advise to refresh credentials if <code>TTL &lt;= limit</code>.
*
* @param limitBeforeExpiration
* @return true if credentials should be refreshed, false otherwise
Expand Down

0 comments on commit 565aba4

Please sign in to comment.