Modified: openoffice/trunk/main/xmerge/source/xmerge/java/org/openoffice/xmerge/util/Debug.java URL: http://svn.apache.org/viewvc/openoffice/trunk/main/xmerge/source/xmerge/java/org/openoffice/xmerge/util/Debug.java?rev=1697237&r1=1697236&r2=1697237&view=diff ============================================================================== --- openoffice/trunk/main/xmerge/source/xmerge/java/org/openoffice/xmerge/util/Debug.java (original) +++ openoffice/trunk/main/xmerge/source/xmerge/java/org/openoffice/xmerge/util/Debug.java Sun Aug 23 19:26:16 2015 @@ -39,7 +39,7 @@ import java.util.Properties; /** * This class is used for logging debug messages. * Currently, there are three types of logging: {@link #INFO}, - * {@link #TRACE} & {@link #ERROR}. Use the Debug.properties + * {@link #TRACE} & {@link #ERROR}. Use the Debug.properties * file to set or unset each type. Also use Debug.properties * to set the writer to either <code>System.out</code>, * <code>System.err</code>, or to a file. @@ -265,7 +265,7 @@ public final class Debug { * <p>This logs the message during runtime if debug.info or debug.trace * in the properties file is set to true.</p> * - * @param int Log type, one of the Debug constants + * @param flag Log type, one of the Debug constants * {@link #INFO}, {@link #TRACE}, {@link #ERROR} * or a combination of which or'ed together. * @param msg The message. @@ -287,7 +287,7 @@ public final class Debug { * of the exception passed in. Refer to the other log method * for description. * - * @param int Log type, one of the Debug constants + * @param flag Log type, one of the Debug constants * {@link #INFO}, {@link #TRACE}, {@link #ERROR} * or a combination of which or'ed together. * @param msg The message.
Modified: openoffice/trunk/main/xmerge/source/xmerge/java/org/openoffice/xmerge/util/registry/ConverterInfoMgr.java URL: http://svn.apache.org/viewvc/openoffice/trunk/main/xmerge/source/xmerge/java/org/openoffice/xmerge/util/registry/ConverterInfoMgr.java?rev=1697237&r1=1697236&r2=1697237&view=diff ============================================================================== --- openoffice/trunk/main/xmerge/source/xmerge/java/org/openoffice/xmerge/util/registry/ConverterInfoMgr.java (original) +++ openoffice/trunk/main/xmerge/source/xmerge/java/org/openoffice/xmerge/util/registry/ConverterInfoMgr.java Sun Aug 23 19:26:16 2015 @@ -53,7 +53,7 @@ public final class ConverterInfoMgr { * and must have non-null values for DisplayName, ClassImpl, * OfficeMime, and DeviceMime. * - * @param ConverterInfo A <code>ConverterInfo</code> object + * @param ci A <code>ConverterInfo</code> object * describing a plug-in. * * @throws RegistryException If the <code>ConverterInfo</code> @@ -109,16 +109,16 @@ public final class ConverterInfoMgr { /** - * Adds a <code>Vector</code> of converter plug-ins to the registry. - * Each <code>ConverterInfo</code> in the <code>Vector</code> must have + * Adds an <code>Enumeration</code> of converter plug-ins to the registry. + * Each <code>ConverterInfo</code> in the <code>Enumeration</code> must have * a unique DisplayName and must have non-null values for DisplayName, * ClassImpl, OfficeMime, and DeviceMime. * - * @param ciVectory A <code>Vector</code> of <code>ConverterInfo</code> + * @param jarEnum An <code>Enumeration</code> of <code>ConverterInfo</code> * objects describing one or more plug-in(s). * * @throws RegistryException If a <code>ConverterInfo</code> in the - * <code>Vector</code> is not valid. + * <code>Enumeration</code> is not valid. */ public static void addPlugIn(Enumeration jarEnum) throws RegistryException { @@ -257,8 +257,8 @@ public final class ConverterInfoMgr { * If there are multiple <code>ConverterInfo</code> objects that * support this conversion, only the first is returned. * - * @param deviceMimeFrom The device from mime. - * @param deviceMimeTo The device to mime. + * @param deviceFromMime The device from mime. + * @param deviceToMime The device to mime. * * @return An array of two <code>ConverterInfo</code> objects * that can be chained to perform the specified