From ec7dab001708315236d40d54e473c65411a2385c Mon Sep 17 00:00:00 2001 From: Nigel Hawkins Date: Tue, 2 Nov 2010 13:16:13 +0000 Subject: Fix javadoc comments in filters/xmerge - Debug.java --- xmerge/source/xmerge/java/org/openoffice/xmerge/util/Debug.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'xmerge') diff --git a/xmerge/source/xmerge/java/org/openoffice/xmerge/util/Debug.java b/xmerge/source/xmerge/java/org/openoffice/xmerge/util/Debug.java index 8b9f06eb4e86..7edef508507a 100644 --- a/xmerge/source/xmerge/java/org/openoffice/xmerge/util/Debug.java +++ b/xmerge/source/xmerge/java/org/openoffice/xmerge/util/Debug.java @@ -269,7 +269,7 @@ public final class Debug { *

This logs the message during runtime if debug.info or debug.trace * in the properties file is set to true.

* - * @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. @@ -291,7 +291,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. -- cgit