Added a TODO for missing functionality.

This commit is contained in:
Harald Kuhr 2011-02-17 21:31:50 +01:00
parent 5accfc9cf0
commit 32a8fe497a

View File

@ -105,6 +105,7 @@ public final class FileSystemViews {
@Override
public String getSystemTypeDescription(File f) {
// TODO: Create something that gives a proper description here on the Mac...
return mUIView.getTypeDescription(f);
}