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

commit 0cbda363aafcf7fe234749df7c6b05576b900ab0
Author: Thomas Vandahl <t...@apache.org>
AuthorDate: Mon Feb 15 22:21:54 2021 +0100

    No longer used
---
 .../src/main/java/org/apache/commons/jcs3/engine/CacheGroup.java | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git 
a/commons-jcs-core/src/main/java/org/apache/commons/jcs3/engine/CacheGroup.java 
b/commons-jcs-core/src/main/java/org/apache/commons/jcs3/engine/CacheGroup.java
index 64fb357..0c79706 100644
--- 
a/commons-jcs-core/src/main/java/org/apache/commons/jcs3/engine/CacheGroup.java
+++ 
b/commons-jcs-core/src/main/java/org/apache/commons/jcs3/engine/CacheGroup.java
@@ -22,9 +22,10 @@ package org.apache.commons.jcs3.engine;
 import org.apache.commons.jcs3.engine.behavior.IElementAttributes;
 
 /**
- * Holder for attributes specific to a group. The grouping functionality is on
- * the way out.
+ * Holder for attributes specific to a group.
+ * @deprecated The grouping functionality is on the way out.
  */
+@Deprecated
 public class CacheGroup
 {
     /** Element configuration. */
@@ -47,9 +48,9 @@ public class CacheGroup
     }
 
     /**
-     * Gets the attrributes attribute of the CacheGroup object
+     * Gets the attributes attribute of the CacheGroup object
      * <p>
-     * @return The attrributes value
+     * @return The attributes value
      */
     public IElementAttributes getElementAttrributes()
     {

Reply via email to