Repository: flex-sdk Updated Branches: refs/heads/release4.16.0 858376b3a -> 44dc9c622
fix a couple of Java doc issues Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/44dc9c62 Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/44dc9c62 Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/44dc9c62 Branch: refs/heads/release4.16.0 Commit: 44dc9c6225bc1658b1bfa74bfd0a2c7334d506ab Parents: 858376b Author: Justin Mclean <jmcl...@apache.org> Authored: Sun Nov 6 12:09:24 2016 +1100 Committer: Justin Mclean <jmcl...@apache.org> Committed: Sun Nov 6 12:09:24 2016 +1100 ---------------------------------------------------------------------- .../src/java/flex2/tools/oem/Application.java | 2 +- .../src/java/flex2/tools/oem/Configuration.java | 22 ++++++++++---------- .../src/java/flex2/tools/oem/Library.java | 2 +- .../src/java/flex2/tools/oem/Toolkit.java | 4 ++-- 4 files changed, 15 insertions(+), 15 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/44dc9c62/modules/compiler/src/java/flex2/tools/oem/Application.java ---------------------------------------------------------------------- diff --git a/modules/compiler/src/java/flex2/tools/oem/Application.java b/modules/compiler/src/java/flex2/tools/oem/Application.java index 880e767..d4597fe 100644 --- a/modules/compiler/src/java/flex2/tools/oem/Application.java +++ b/modules/compiler/src/java/flex2/tools/oem/Application.java @@ -1734,7 +1734,7 @@ public class Application implements Builder * Application object the cache may be reused to build another Application * object that uses the same library path. * - * @param swcCache A reference to an allocated swc cache. + * @param libraryCache A reference to an allocated swc cache. * * @since 3.0 */ http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/44dc9c62/modules/compiler/src/java/flex2/tools/oem/Configuration.java ---------------------------------------------------------------------- diff --git a/modules/compiler/src/java/flex2/tools/oem/Configuration.java b/modules/compiler/src/java/flex2/tools/oem/Configuration.java index 7aff4a3..e25f8c6 100644 --- a/modules/compiler/src/java/flex2/tools/oem/Configuration.java +++ b/modules/compiler/src/java/flex2/tools/oem/Configuration.java @@ -141,7 +141,7 @@ public interface Configuration /** * Sets the location of the default CSS file. - * This is equivalent to using the <code>compiler.defaults-css-url</code> option of the mxmlc or compc compilers</code>. + * This is equivalent to using the <code>compiler.defaults-css-url</code> option of the mxmlc or compc compilers. * * @param url An instance of <code>java.io.File</code>. */ @@ -973,12 +973,12 @@ public interface Configuration * the file format: * * <pre> - * <script> - * <!-- use 'dep', 'pre' or 'dep' to specify a definition to be omitted from linking. --> - * <def id="mx.skins:ProgrammaticSkin"/> - * <pre id="mx.core:IFlexDisplayObject"/> - * <dep id="String"/> - * </script> + * <script> + * <!-- use 'dep', 'pre' or 'dep' to specify a definition to be omitted from linking. --> + * <def id="mx.skins:ProgrammaticSkin"/> + * <pre id="mx.core:IFlexDisplayObject"/> + * <dep id="String"/> + * </script> * </pre> * * @see #setExterns(String[]) @@ -1087,8 +1087,8 @@ public interface Configuration * CONTRIBUTOR java.lang.String * CREATOR java.lang.String * DATE java.util.Date - * DESCRIPTION java.util.Map<String, String> - * TITLE java.util.Map<String, String> + * DESCRIPTION java.util.Map<String, String> + * TITLE java.util.Map<String, String> * LANGUAGE java.lang.String * PUBLISHER java.lang.String * </pre> @@ -1331,7 +1331,7 @@ public interface Configuration /** - * @param libraries + * @param extensions */ public void setExtensionLibraries(Map<File, List<String>> extensions); @@ -1382,7 +1382,7 @@ public interface Configuration * instance should represent a SWC file. May not be null. * * @since 4.5 - * @see #setForcedRuntimeSharedLibraryPaths(File[]) + * @see #setForceRuntimeSharedLibraryPaths(File[]) * @throws NullPointerException if path is null. */ void addForceRuntimeSharedLibraryPaths(File[] paths); http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/44dc9c62/modules/compiler/src/java/flex2/tools/oem/Library.java ---------------------------------------------------------------------- diff --git a/modules/compiler/src/java/flex2/tools/oem/Library.java b/modules/compiler/src/java/flex2/tools/oem/Library.java index bd72e5d..3092a78 100644 --- a/modules/compiler/src/java/flex2/tools/oem/Library.java +++ b/modules/compiler/src/java/flex2/tools/oem/Library.java @@ -2155,7 +2155,7 @@ public class Library implements Builder, Cloneable * Library object, the cache may be reused to build another * Library or Application object that uses the same library path. * - * @param swcCache A reference to an allocated swc cache. + * @param libraryCache A reference to an allocated swc cache. * * @since 3.0 */ http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/44dc9c62/modules/compiler/src/java/flex2/tools/oem/Toolkit.java ---------------------------------------------------------------------- diff --git a/modules/compiler/src/java/flex2/tools/oem/Toolkit.java b/modules/compiler/src/java/flex2/tools/oem/Toolkit.java index f074cb9..04bfada 100644 --- a/modules/compiler/src/java/flex2/tools/oem/Toolkit.java +++ b/modules/compiler/src/java/flex2/tools/oem/Toolkit.java @@ -303,7 +303,7 @@ public class Toolkit * This operation returns an optimized version of the library SWF. The SWF in the library * remains unchanged. * - * @param in a SWF input stream + * @param lib a SWF input stream * @param out a SWF output stream * @return the number of bytes written to the output stream; <code>0</code> if the optimization fails. */ @@ -496,7 +496,7 @@ public class Toolkit * @param minimizeDependencySet If false, all of the libraries dependencies are returned. If true, the external script * classes are reviewed. If the set of script classes resolved in a libraryA is a subset of the script * classes resolved in libraryB, then libraryA will be removed as a dependency of targetLibrary. - * @param dependencyTypes The types of dependencies to consider when + * @param dependencySet The types of dependencies to consider when * determining the library's dependencies. If this parameter is null or an empty set, then all * dependencies will be considered. * @return A set of Strings; where each String is the location of a library in the file system.