User: chirino 
  Date: 01/08/20 10:58:34

  Modified:    src/main/org/jbossmq/xml Tag: Branch_2_4 XElement.java
  Log:
  JBossMQ was incorrectly labeling the encoding of it's XML config file as
  'UTF8' instead of 'UTF-8'
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.3.2.1   +3 -3      jbossmq/src/main/org/jbossmq/xml/Attic/XElement.java
  
  Index: XElement.java
  ===================================================================
  RCS file: /cvsroot/jboss/jbossmq/src/main/org/jbossmq/xml/Attic/XElement.java,v
  retrieving revision 1.3
  retrieving revision 1.3.2.1
  diff -u -r1.3 -r1.3.2.1
  --- XElement.java     2001/03/02 01:13:05     1.3
  +++ XElement.java     2001/08/20 17:58:33     1.3.2.1
  @@ -59,7 +59,7 @@
    *
    *   @author Hiram Chirino ([EMAIL PROTECTED])
    *
  - *   @version $Revision: 1.3 $
  + *   @version $Revision: 1.3.2.1 $
    */
   public class XElement {
        
  @@ -502,7 +502,7 @@
         */
        public String toXML(boolean indent) {
                return
  -             "<?xml version=\"1.0\" encoding=\"UTF8\"?>"+nl+
  +             "<?xml version=\"1.0\" encoding=\"UTF-8\"?>"+nl+
                toString(0, indent);
        }       
        
  @@ -663,4 +663,4 @@
                return t.elements();
                
        }
  -}
  \ No newline at end of file
  +}
  
  
  

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to