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 6c4ce25a70c98deb92e776296f0ea25794f01664
Author: Thomas Vandahl <t...@apache.org>
AuthorDate: Sun Jun 6 13:14:11 2021 +0200

    Make note of JCS-222
---
 .../org/apache/commons/jcs3/engine/memory/behavior/IMemoryCache.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/commons-jcs-core/src/main/java/org/apache/commons/jcs3/engine/memory/behavior/IMemoryCache.java
 
b/commons-jcs-core/src/main/java/org/apache/commons/jcs3/engine/memory/behavior/IMemoryCache.java
index fa5b2fe..d41dc68 100644
--- 
a/commons-jcs-core/src/main/java/org/apache/commons/jcs3/engine/memory/behavior/IMemoryCache.java
+++ 
b/commons-jcs-core/src/main/java/org/apache/commons/jcs3/engine/memory/behavior/IMemoryCache.java
@@ -149,7 +149,7 @@ public interface IMemoryCache<K, V>
      * @throws IOException
      *                Description of the Exception
      */
-    void waterfal( ICacheElement<K, V> ce )
+    void waterfal( ICacheElement<K, V> ce ) // FIXME: Correct typo before 4.0, 
see JCS-222
         throws IOException;
 
     /**

Reply via email to