Commit 618d3dfd authored by Stephane Nicoll's avatar Stephane Nicoll

Merge pull request #26907 from izeye

* pr/26907:
  Fix Javadoc deprecated since

Closes gh-26907
parents 6a51c272 eeefaf43
...@@ -92,7 +92,7 @@ public final class ConnectionFactoryBuilder { ...@@ -92,7 +92,7 @@ public final class ConnectionFactoryBuilder {
* @param connectionFactory the connection factory whose options are to be used to * @param connectionFactory the connection factory whose options are to be used to
* initialize the builder * initialize the builder
* @return a new builder initialized with the options from the connection factory * @return a new builder initialized with the options from the connection factory
* @deprecated since 2.5.0 for removal in 2.7.0 in favor of * @deprecated since 2.5.1 for removal in 2.7.0 in favor of
* {@link #derivedFrom(ConnectionFactory)} * {@link #derivedFrom(ConnectionFactory)}
*/ */
@Deprecated @Deprecated
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment