diff options
author | Joe Fernandez <joefernandez@google.com> | 2014-12-13 00:43:10 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2014-12-13 00:43:10 +0000 |
commit | a4417712657f15cd8b36132bd642b54443cee1f0 (patch) | |
tree | d281d4a5921a9adee6bd2f84b38b81b988c23075 /tools/droiddoc/templates-sdk | |
parent | 481f15c172f06048f2934dac88e04e140d61041f (diff) | |
parent | 8d3c694de1430ff1547d25474afa8e1ddff23e7a (diff) | |
download | build-a4417712657f15cd8b36132bd642b54443cee1f0.zip build-a4417712657f15cd8b36132bd642b54443cee1f0.tar.gz build-a4417712657f15cd8b36132bd642b54443cee1f0.tar.bz2 |
Merge "docs: SHA update in sdkpage.cs" into lmp-docs
Diffstat (limited to 'tools/droiddoc/templates-sdk')
-rw-r--r-- | tools/droiddoc/templates-sdk/sdkpage.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/droiddoc/templates-sdk/sdkpage.cs b/tools/droiddoc/templates-sdk/sdkpage.cs index e794307..817ac47 100644 --- a/tools/droiddoc/templates-sdk/sdkpage.cs +++ b/tools/droiddoc/templates-sdk/sdkpage.cs @@ -279,7 +279,7 @@ Also see the <a href="<?cs var:toroot ?>tools/sdk/tools-notes.html">SDK tools re <th>Platform</th> <th>Package</th> <th>Size</th> - <th>MD5 Checksum</th> + <th>SHA-1 Checksum</th> </tr> <tr> <td rowspan="2">Windows</td> @@ -334,7 +334,7 @@ var:sdk.linux_download <th>Platform</th> <th>Package</th> <th>Size</th> - <th>SHA Sum</th> + <th>SHA-1 Checksum</th> </tr> <tr> |