Author: kevj
Date: Sat Nov 18 19:32:10 2006
New Revision: 476693

URL: http://svn.apache.org/viewvc?view=rev&rev=476693
Log:
- html -> xhtml

Modified:
    ant/core/trunk/src/main/org/apache/tools/ant/DefaultLogger.java

Modified: ant/core/trunk/src/main/org/apache/tools/ant/DefaultLogger.java
URL: 
http://svn.apache.org/viewvc/ant/core/trunk/src/main/org/apache/tools/ant/DefaultLogger.java?view=diff&rev=476693&r1=476692&r2=476693
==============================================================================
--- ant/core/trunk/src/main/org/apache/tools/ant/DefaultLogger.java (original)
+++ ant/core/trunk/src/main/org/apache/tools/ant/DefaultLogger.java Sat Nov 18 
19:32:10 2006
@@ -73,13 +73,13 @@
      *
      * Only messages with a message level lower than or equal to the
      * given level should be written to the log.
-     * <P>
+     * <p>
      * Constants for the message levels are in the
      * [EMAIL PROTECTED] Project Project} class. The order of the levels, from 
least
      * to most verbose, is <code>MSG_ERR</code>, <code>MSG_WARN</code>,
      * <code>MSG_INFO</code>, <code>MSG_VERBOSE</code>,
      * <code>MSG_DEBUG</code>.
-     * <P>
+     * <p>
      * The default message level for DefaultLogger is Project.MSG_ERR.
      *
      * @param level the logging level for the logger.



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to