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

View File

@@ -84,15 +84,15 @@ public class StorageOptions {
mMounts.remove(i--);
}
// donÕt need this anymore, clear the vold list to reduce memory
// use and to prepare it for the next time itÕs needed.
// don't need this anymore, clear the vold list to reduce memory
// use and to prepare it for the next time it's needed.
mVold.clear();
}
private static void testAndCleanMountsList() {
/*
* 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
* the list.
*/
@@ -130,8 +130,8 @@ public class StorageOptions {
count = Math.min(labels.length, paths.length);
// donÕt need this anymore, clear the mounts list to reduce memory
// use and to prepare it for the next time itÕs needed.
// don't need this anymore, clear the mounts list to reduce memory
// use and to prepare it for the next time it's needed.
mMounts.clear();
}
}