OSDN Git Service

Fix in SdkSources.
authorPierre Zurek <pierrezurek@gmail.com>
Sat, 15 Jan 2011 13:45:21 +0000 (14:45 +0100)
committerPierre Zurek <pierrezurek@gmail.com>
Sat, 15 Jan 2011 14:15:09 +0000 (15:15 +0100)
commit8a69384a5b71e7df960552ccc277d17a29dbb16b
tree4e8a2bd7956d34a2867c1f37d3138562f5113b58
parent42dd7c3523d66ab2b8b4c2c8d115390c86c565e6
Fix in SdkSources.

For User Add-ons, the counter used to save the urls was starting at one
while the counter used to load them was starting at zero.

Now they all start at zero.

Change-Id: I8f52800ac8f9b717b45a7d0d509b1f15915b9f03
sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/SdkSources.java