diff --git a/src/java/com/samskivert/util/ComplainingListener.java b/src/java/com/samskivert/util/ComplainingListener.java index a0378346..b0d0a7d5 100644 --- a/src/java/com/samskivert/util/ComplainingListener.java +++ b/src/java/com/samskivert/util/ComplainingListener.java @@ -33,7 +33,7 @@ public class ComplainingListener * * @param logger the logger to which to log failures. * @param errorText the text to log when the error is received. - * @param arguments to log along with the error text. See {@link Logger#format} for info on how + * @param args to log along with the error text. See {@link Logger#format} for info on how * they will be formatted. */ public ComplainingListener (Logger logger, String errorText, Object... args) @@ -47,7 +47,7 @@ public class ComplainingListener * * @param logger the logger to which to log failures. * @param errorText the text to log when the error is received. - * @param arguments to log along with the error text. See {@link Logger#format} for info on how + * @param args to log along with the error text. See {@link Logger#format} for info on how * they will be formatted. */ public ComplainingListener (java.util.logging.Logger logger, String errorText, Object... args)