OSDN Git Service

auto import from //depot/cupcake/@136654
authorThe Android Open Source Project <initial-contribution@android.com>
Fri, 6 Mar 2009 01:04:45 +0000 (17:04 -0800)
committerThe Android Open Source Project <initial-contribution@android.com>
Fri, 6 Mar 2009 01:04:45 +0000 (17:04 -0800)
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/project/export/ExportWizard.java
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/project/export/KeyCheckPage.java

index b1b971d..6ede10d 100644 (file)
@@ -215,6 +215,11 @@ public final class ExportWizard extends Wizard implements IExportWizard {
         final boolean[] result = new boolean[1];
         try {
             workbench.getProgressService().busyCursorWhile(new IRunnableWithProgress() {
+                /**
+                 * Run the export.
+                 * @throws InvocationTargetException
+                 * @throws InterruptedException
+                 */
                 public void run(IProgressMonitor monitor) throws InvocationTargetException,
                         InterruptedException {
                     try {
index 8a9703d..7fd76e9 100644 (file)
@@ -397,8 +397,10 @@ final class KeyCheckPage extends ExportWizardPage {
     /**
      * Creates the list of destination filenames based on the content of the destination field
      * and the list of APK configurations for the project.
-     * @param file
-     * @return
+     * 
+     * @param file File name from the destination field
+     * @return A list of destination filenames based <code>file</code> and the list of APK
+     *         configurations for the project.
      */
     private Map<String, String[]> getApkFileMap(File file) {
         String filename = file.getName();