Browse Source

typo

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274445 13f79535-47bb-0310-9956-ffa450edef68
master
Conor MacNeill 22 years ago
parent
commit
87241e9658
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/main/org/apache/tools/ant/XmlLogger.java

+ 1
- 1
src/main/org/apache/tools/ant/XmlLogger.java View File

@@ -480,7 +480,7 @@ public class XmlLogger implements BuildLogger {
/**
* Ignore emacs mode, as it has no meaning in XML format
*
* @param emacsMode true if no loggher should produce emacs compatible
* @param emacsMode true if logger should produce emacs compatible
* output
*/
public void setEmacsMode(boolean emacsMode) {


Loading…
Cancel
Save