fixed some character encoding warnings

This commit is contained in:
techdragon.nguyen@gmail.com
2012-03-01 03:38:12 +00:00
parent 6124280f24
commit 15b99acdfb
@@ -84,15 +84,15 @@ public class StorageOptions {
mMounts.remove(i--); mMounts.remove(i--);
} }
// donÕt need this anymore, clear the vold list to reduce memory // don't need this anymore, clear the vold list to reduce memory
// use and to prepare it for the next time itÕs needed. // use and to prepare it for the next time it's needed.
mVold.clear(); mVold.clear();
} }
private static void testAndCleanMountsList() { private static void testAndCleanMountsList() {
/* /*
* Now that we have a cleaned list of mount paths * Now that we have a cleaned list of mount paths
* Test each one to make sure itÕs a valid and * Test each one to make sure it's a valid and
* available path. If it is not, remove it from * available path. If it is not, remove it from
* the list. * the list.
*/ */
@@ -130,8 +130,8 @@ public class StorageOptions {
count = Math.min(labels.length, paths.length); count = Math.min(labels.length, paths.length);
// donÕt need this anymore, clear the mounts list to reduce memory // don't need this anymore, clear the mounts list to reduce memory
// use and to prepare it for the next time itÕs needed. // use and to prepare it for the next time it's needed.
mMounts.clear(); mMounts.clear();
} }
} }