SDK Updater: fix download URL, fix checksum computation.

This commit is contained in:
Raphael
2009-06-02 22:12:01 -07:00
parent c7ee895b44
commit b997c230db
2 changed files with 32 additions and 14 deletions

View File

@@ -62,7 +62,7 @@ public class RepoSource implements IDescription {
setDefaultDescription();
}
/** Returns the URL of the source repository. */
/** Returns the URL of the repository.xml file for this source. */
public String getUrl() {
return mUrl;
}