Fixed javadoc.

git-svn-id: https://samskivert.googlecode.com/svn/trunk@2463 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
samskivert
2008-10-29 00:33:47 +00:00
parent 67d0140701
commit 930c2c6354
@@ -33,7 +33,7 @@ public class ComplainingListener<T>
*
* @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<T>
*
* @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)