You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Arturo Bernal (Jira)" <ji...@apache.org> on 2021/04/15 17:34:00 UTC

[jira] [Created] (JCS-222) Fix Typo "waterfal" Method

Arturo Bernal created JCS-222:
---------------------------------

             Summary: Fix Typo "waterfal" Method
                 Key: JCS-222
                 URL: https://issues.apache.org/jira/browse/JCS-222
             Project: Commons JCS
          Issue Type: Sub-task
            Reporter: Arturo Bernal


Fix typo function without break the binary

 

[https://github.com/apache/commons-jcs/blob/master/commons-jcs-core/src/main/java/org/apache/commons/jcs3/engine/memory/behavior/IMemoryCache.java#L152]

 

 
{code:java}
/** * Spools the item contained in the provided element to disk * <p> * @param ce * Description of the Parameter * @throws IOException * Description of the Exception */ void waterfal( ICacheElement<K, V> ce ) throws IOException;
{code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)