This is an automated email from the ASF dual-hosted git repository. tv pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-jcs.git
The following commit(s) were added to refs/heads/master by this push: new f8f2c17d Added missing @deprecated into existing javadocs new 301d52b2 Merge pull request #139 from tbw777/javadocs f8f2c17d is described below commit f8f2c17de78515e812e631caeccbd124f13f6e80 Author: Andrey Bruykhov <andreybr...@gmail.com> AuthorDate: Fri Feb 3 18:44:48 2023 +0300 Added missing @deprecated into existing javadocs --- .../apache/commons/jcs3/auxiliary/lateral/LateralCacheAttributes.java | 2 ++ .../commons/jcs3/auxiliary/lateral/LateralElementDescriptor.java | 4 +++- .../org/apache/commons/jcs3/utils/discovery/UDPDiscoveryReceiver.java | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/commons-jcs-core/src/main/java/org/apache/commons/jcs3/auxiliary/lateral/LateralCacheAttributes.java b/commons-jcs-core/src/main/java/org/apache/commons/jcs3/auxiliary/lateral/LateralCacheAttributes.java index 9956b077..48358b05 100644 --- a/commons-jcs-core/src/main/java/org/apache/commons/jcs3/auxiliary/lateral/LateralCacheAttributes.java +++ b/commons-jcs-core/src/main/java/org/apache/commons/jcs3/auxiliary/lateral/LateralCacheAttributes.java @@ -189,6 +189,7 @@ public class LateralCacheAttributes /** * Sets the transmissionTypeName attribute of the LateralCacheAttributes object * @param val The new transmissionTypeName value + * @deprecated */ @Override @Deprecated @@ -200,6 +201,7 @@ public class LateralCacheAttributes /** * Gets the transmissionTypeName attribute of the LateralCacheAttributes object * @return The transmissionTypeName value + * @deprecated */ @Override @Deprecated diff --git a/commons-jcs-core/src/main/java/org/apache/commons/jcs3/auxiliary/lateral/LateralElementDescriptor.java b/commons-jcs-core/src/main/java/org/apache/commons/jcs3/auxiliary/lateral/LateralElementDescriptor.java index 6e581d5d..5274466a 100644 --- a/commons-jcs-core/src/main/java/org/apache/commons/jcs3/auxiliary/lateral/LateralElementDescriptor.java +++ b/commons-jcs-core/src/main/java/org/apache/commons/jcs3/auxiliary/lateral/LateralElementDescriptor.java @@ -51,7 +51,9 @@ public class LateralElementDescriptor<K, V> */ public int valHashCode = -1; - /** Constructor for the LateralElementDescriptor object */ + /** Constructor for the LateralElementDescriptor object + * @deprecated + */ @Deprecated // Not used public LateralElementDescriptor() { diff --git a/commons-jcs-core/src/main/java/org/apache/commons/jcs3/utils/discovery/UDPDiscoveryReceiver.java b/commons-jcs-core/src/main/java/org/apache/commons/jcs3/utils/discovery/UDPDiscoveryReceiver.java index 5b8238f4..ca025ce7 100644 --- a/commons-jcs-core/src/main/java/org/apache/commons/jcs3/utils/discovery/UDPDiscoveryReceiver.java +++ b/commons-jcs-core/src/main/java/org/apache/commons/jcs3/utils/discovery/UDPDiscoveryReceiver.java @@ -335,7 +335,7 @@ public class UDPDiscoveryReceiver /** * Separate thread run when a command comes into the UDPDiscoveryReceiver. - * @deprectaed No longer used + * @deprecated No longer used */ @Deprecated public class MessageHandler