From: The Android Open Source Project Date: Fri, 6 Mar 2009 01:04:45 +0000 (-0800) Subject: auto import from //depot/cupcake/@136654 X-Git-Tag: android-x86-2.2~1215 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=33ca2242337016862b3f369c85cccc40b8490ccf;p=android-x86%2Fsdk.git auto import from //depot/cupcake/@136654 --- 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();