DATAREDIS-891 - Update documentation.

Update since tags, add issue reference and fix new line issues in reference documentation.

Original Pull Request: #573
This commit is contained in:
Christoph Strobl
2020-12-07 09:59:47 +01:00
parent 1912d0c999
commit 7d2bf8f852
3 changed files with 11 additions and 6 deletions

View File

@@ -275,7 +275,7 @@ public abstract class RedisConnectionUtils {
* @param factory the Redis factory that the connection was created with.
* @param transactionSupport whether transaction support is enabled.
* @since 2.1.9
* @deprecated since 2.4.0, use {@link #releaseConnection(RedisConnection, RedisConnectionFactory)}
* @deprecated since 2.4.2, use {@link #releaseConnection(RedisConnection, RedisConnectionFactory)}
*/
@Deprecated
public static void releaseConnection(@Nullable RedisConnection conn, RedisConnectionFactory factory,
@@ -623,7 +623,7 @@ public abstract class RedisConnectionUtils {
* Subinterface of {@link RedisConnection} to be implemented by {@link RedisConnection} proxies. Allows access to the
* underlying target {@link RedisConnection}.
*
* @since 2.4
* @since 2.4.2
* @see RedisConnectionUtils#getTargetConnection(RedisConnection)
*/
interface RedisConnectionProxy extends RedisConnection, RawTargetAccess {