Skip to content

Commit 92167d5

Browse files
committed
Fix a couple of Javadoc warnings
(cherry picked from commit 6ccf422)
1 parent b93fe9d commit 92167d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/com/rabbitmq/client/impl/DefaultCredentialsRefreshService.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
* <p>
3535
* This implementation keeps track of entities (typically AMQP connections) that need
3636
* to renew credentials. Token renewal is scheduled based on token expiration, using
37-
* a <code>Function<Duration, Long> refreshDelayStrategy</code>. Once credentials
37+
* a <code>Function&lt;Duration, Long&gt; refreshDelayStrategy</code>. Once credentials
3838
* for a {@link CredentialsProvider} have been renewed, the callback registered
3939
* by each entity/connection is performed. This callback typically propagates
4040
* the new credentials in the entity state, e.g. sending the new password to the
@@ -140,7 +140,7 @@ public static Function<Duration, Duration> fixedDelayBeforeExpirationRefreshDela
140140
}
141141

142142
/**
143-
* Advise to refresh credentials if <code>TTL <= limit</code>.
143+
* Advise to refresh credentials if <code>TTL &lt;= limit</code>.
144144
*
145145
* @param limitBeforeExpiration
146146
* @return true if credentials should be refreshed, false otherwise

0 commit comments

Comments
 (0)