From 33ca2242337016862b3f369c85cccc40b8490ccf Mon Sep 17 00:00:00 2001 From: The Android Open Source Project Date: Thu, 5 Mar 2009 17:04:45 -0800 Subject: [PATCH] auto import from //depot/cupcake/@136654 --- .../com/android/ide/eclipse/adt/project/export/ExportWizard.java | 5 +++++ .../com/android/ide/eclipse/adt/project/export/KeyCheckPage.java | 6 ++++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/project/export/ExportWizard.java b/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/project/export/ExportWizard.java index b1b971dc6..6ede10dba 100644 --- a/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/project/export/ExportWizard.java +++ b/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/project/export/ExportWizard.java @@ -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 { diff --git a/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/project/export/KeyCheckPage.java b/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/project/export/KeyCheckPage.java index 8a9703de8..7fd76e9e8 100644 --- a/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/project/export/KeyCheckPage.java +++ b/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/project/export/KeyCheckPage.java @@ -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 file and the list of APK + * configurations for the project. */ private Map getApkFileMap(File file) { String filename = file.getName(); -- 2.11.0