History log of /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/CanceledByUserException.java
Revision Date Author Comments
d99324209809a7ed5cdece1ae1d8a0783eb769ea 21-Aug-2012 Raphael Moll <ralf@android.com> SDK Lib: minor cleanup in UrlOpener.

Makes UrlOpener private. All callers should use the
DownloadCache class, and UrlOpener must remain
purely an implementation detail.
That's because UrlOpener is just a bunch of static
whereas DownloadCache is an instance that gets passed
around and can be overriden for testing.

Change-Id: Idacd328616f6c11df298f4e2b8f4ac7668cf6ffd