DATAREDIS-450 - Polishing.

Update Javadoc and add Deprecated annotation.
This commit is contained in:
Mark Paluch
2020-02-13 10:56:08 +01:00
parent a39897da84
commit 1c7780380d

View File

@@ -22,8 +22,9 @@ import org.apache.commons.pool2.impl.GenericObjectPoolConfig;
*
* @author Jennifer Hickey
* @author Christoph Strobl
* @deprecated use {@link GenericObjectPoolConfig} instead. Will be removed in {@literal 1.4}.
* @deprecated use {@link GenericObjectPoolConfig} instead. Will be removed in a future revision.
*/
@Deprecated
public class PoolConfig extends GenericObjectPoolConfig {
public PoolConfig() {