Skip to content
Snippets Groups Projects
Commit 26eebee8 authored by akwizgran's avatar akwizgran
Browse files

Reverted some changes that were made for Java 1.5 compatibility.

Removed Commons IO, which we were only using as a replacement for
File.getFreeSpace() on desktop plaftorms.

Note: The Huawei U8210 (Android 2.1) doesn't have all the Java 1.6
standard library methods, and crashes if they're called. Specifically,
String.isEmpty() and NetworkInterface.supportsMulticast() are missing,
so the changes removing those methods were not reverted.
parent 3b5769cf
No related branches found
No related tags found
Loading
Showing with 30 additions and 35 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment