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/16 05:00:00 UTC

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

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

Arturo Bernal updated JCS-222:
------------------------------
    Description: 
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}

  was:
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}


> 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
>            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)