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

Martin Grigorov resolved WICKET-2302.
-------------------------------------

    Resolution: Fixed
    
> Add Folder.freeDiskSpace
> ------------------------
>
>                 Key: WICKET-2302
>                 URL: https://issues.apache.org/jira/browse/WICKET-2302
>             Project: Wicket
>          Issue Type: New Feature
>          Components: wicket
>            Reporter: Jonathan Locke
>            Assignee: Martin Grigorov
>            Priority: Trivial
>             Fix For: 1.6.0
>
>
>       /**
>        * @return Disk space free on the partition where this folder lives
>        */
>       public Bytes freeDiskSpace()
>       {
>               return Bytes.bytes(super.getFreeSpace());
>       }

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to