Browse Source

- html -> xhtml

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@476693 13f79535-47bb-0310-9956-ffa450edef68
master
Kevin Jackson 18 years ago
parent
commit
07ad1888a2
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/main/org/apache/tools/ant/DefaultLogger.java

+ 2
- 2
src/main/org/apache/tools/ant/DefaultLogger.java View File

@@ -73,13 +73,13 @@ public class DefaultLogger implements BuildLogger {
* *
* Only messages with a message level lower than or equal to the * Only messages with a message level lower than or equal to the
* given level should be written to the log. * given level should be written to the log.
* <P>
* <p>
* Constants for the message levels are in the * Constants for the message levels are in the
* {@link Project Project} class. The order of the levels, from least * {@link Project Project} class. The order of the levels, from least
* to most verbose, is <code>MSG_ERR</code>, <code>MSG_WARN</code>, * to most verbose, is <code>MSG_ERR</code>, <code>MSG_WARN</code>,
* <code>MSG_INFO</code>, <code>MSG_VERBOSE</code>, * <code>MSG_INFO</code>, <code>MSG_VERBOSE</code>,
* <code>MSG_DEBUG</code>. * <code>MSG_DEBUG</code>.
* <P>
* <p>
* The default message level for DefaultLogger is Project.MSG_ERR. * The default message level for DefaultLogger is Project.MSG_ERR.
* *
* @param level the logging level for the logger. * @param level the logging level for the logger.


Loading…
Cancel
Save