am 0d531f5b: am ab69e29c: relocate android.util.base64.* -> android.util.*

Merge commit '0d531f5b5927556fd94e44eedacb678f6341479b' into kraken

* commit '0d531f5b5927556fd94e44eedacb678f6341479b':
  relocate android.util.base64.* -> android.util.*
This commit is contained in:
Doug Zongker
2010-03-29 14:05:01 -07:00
committed by Android Git Automerger
6 changed files with 239 additions and 242 deletions

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
package android.util.base64;
package android.util;
import java.io.UnsupportedEncodingException;

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
package android.util.base64;
package android.util;
import java.io.FilterInputStream;
import java.io.IOException;

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
package android.util.base64;
package android.util;
import java.io.FilterOutputStream;
import java.io.IOException;