From a9b24b5bea3b2aca1960c3d791f23e930951c735 Mon Sep 17 00:00:00 2001 From: Mike C Date: Fri, 23 Nov 2012 18:47:00 -0500 Subject: [PATCH] Comment out unknown lint stuff --- src/com/cyanogenmod/filemanager/util/FileHelper.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/com/cyanogenmod/filemanager/util/FileHelper.java b/src/com/cyanogenmod/filemanager/util/FileHelper.java index f4f3612eb..c022a1f6f 100644 --- a/src/com/cyanogenmod/filemanager/util/FileHelper.java +++ b/src/com/cyanogenmod/filemanager/util/FileHelper.java @@ -16,7 +16,7 @@ package com.cyanogenmod.filemanager.util; -import android.annotation.SuppressLint; +//import android.annotation.SuppressLint; //FIXME: What is this in ICS? import android.content.Context; import android.content.SharedPreferences; import android.content.res.Resources; @@ -161,7 +161,7 @@ public static String getHumanReadableSize(FileSystemObject fso) { * @param size The size in bytes * @return String The human readable size */ - @SuppressLint("DefaultLocale") + //@SuppressLint("DefaultLocale") //FIXME: how to do this in ics public static String getHumanReadableSize(long size) { Resources res = FileManagerApplication.getInstance().getResources(); final String format = "%d %s"; //$NON-NLS-1$