You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4j-cvs@jakarta.apache.org by pa...@apache.org on 2001/02/28 01:33:13 UTC

cvs commit: jakarta-log4j/org/apache/log4j/xml XMLLayout.java

pathos      01/02/27 16:33:13

  Modified:    org/apache/log4j/xml XMLLayout.java
  Log:
  Documentation changes.
  
  Revision  Changes    Path
  1.9       +2 -2      jakarta-log4j/org/apache/log4j/xml/XMLLayout.java
  
  Index: XMLLayout.java
  ===================================================================
  RCS file: /home/cvs/jakarta-log4j/org/apache/log4j/xml/XMLLayout.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- XMLLayout.java	2001/02/03 22:39:23	1.8
  +++ XMLLayout.java	2001/02/28 00:33:13	1.9
  @@ -31,7 +31,7 @@
   
      <!DOCTYPE log4j:eventSet SYSTEM "log4j.dtd" [<!ENTITY data SYSTEM "abc">]>
   
  -   <log4j:eventSet xmlns:log4j="http://log4j.org">
  +   <log4j:eventSet xmlns:log4j="http://jakarta.apache.org/log4j">
            &data;
      </log4j:eventSet>
      </pre>
  @@ -151,7 +151,7 @@
        The XMLLayout specific options are:
   
        <p>The <b>LocationInfo</b> option takes a boolean value. If true,
  -     the oupyt will include location information. By default no
  +     the output will include location information. By default no
        location information is sent to the server.
     
     */