You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Thomas Vandahl (Jira)" <ji...@apache.org> on 2021/06/06 11:10:00 UTC

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

     [ https://issues.apache.org/jira/browse/JCS-222?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Thomas Vandahl resolved JCS-222.
--------------------------------
      Assignee: Thomas Vandahl
    Resolution: Later

This probably will have to wait until 4.0. I'll make a note in the code.

> 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
>            Assignee: Thomas Vandahl
>            Priority: Minor
>
> 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)