OSDN Git Service

SDK Manager: Fix typos.
authorRaphael <raphael@google.com>
Tue, 18 Oct 2011 18:50:27 +0000 (11:50 -0700)
committerRaphael <raphael@google.com>
Tue, 18 Oct 2011 18:50:27 +0000 (11:50 -0700)
Should have been in a3e43f30cf2278afd5dbc5864442529129b3a057

Change-Id: I9018f8b3b0e5bfb07b05acba9d1c6d4fae04181a

sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/sdkman2/PackagesDiffLogic.java

index 42981a6..4998982 100755 (executable)
@@ -81,22 +81,12 @@ class PackagesDiffLogic {
 
     /**
      * Mark all new and update PkgItems as checked.
-     * <p/>
-     * Try to be smart and check whether any platform is installed.
-     * The heuristic is:
-     * <ul>
-     * <li> For extras with no platform dependency, or for tools & platform-tools,
-     *          just select new and updates.
-     * <li> For anything that depends on a platform:
-     * <li> Always select the top platform and all its packages.
-     * <li> If some platform is partially installed, selected anything new/update for it.
-     * </ul>
      *
      * @param selectNew If true, select all new packages
      * @param selectUpdates If true, select all update packages
-     * @param selectTop If true, select the top platform. If the top platform has noting installed,
+     * @param selectTop If true, select the top platform. If the top platform has nothing installed,
      *   select all items in it; if it is partially installed, at least select the platform and
-     *   at system images if none of the system images are installed.
+     *   system images if none of the system images are installed.
      * @param currentPlatform The {@link SdkConstants#currentPlatform()} value.
      */
     public void checkNewUpdateItems(