[Castore-commits] Constants.java 1.8.2.6 1.8.2.7

Stéphane Bouchet sbouchet at adullact1.hosting.cri74.org
Lun 6 Mar 11:32:41 CET 2006


Update of /cvsroot/castore/castore-core/src/java/fr/emn/castor/common
In directory adullact1:/tmp/cvs-serv1199/src/java/fr/emn/castor/common

Modified Files:
      Tag: v1_1_branch
	Constants.java 
Log Message:
correction du bug de parsing XML.

Index: Constants.java
===================================================================
RCS file: /cvsroot/castore/castore-core/src/java/fr/emn/castor/common/Constants.java,v
retrieving revision 1.8.2.6
retrieving revision 1.8.2.7
diff -C2 -d -r1.8.2.6 -r1.8.2.7
*** Constants.java	13 Jan 2006 17:09:54 -0000	1.8.2.6
--- Constants.java	6 Mar 2006 10:32:39 -0000	1.8.2.7
***************
*** 54,58 ****
       * Prevent object construction outside of this class.
       */
!     private Constants() {
          //empty
      }
--- 54,58 ----
       * Prevent object construction outside of this class.
       */
!     private Constants () {
          //empty
      }
***************
*** 286,288 ****
--- 286,294 ----
          .getProperty("cleanAfterConv");
  
+     /**
+      * La constante définissant le parser SAX utilisé.
+      * on utilise le parser interne de Java 5.0 !
+      */
+     public static final String XML_SAX_PARSER = "com.sun.org.apache.xerces.internal.parsers.SAXParser";
+ 
  }
\ No newline at end of file




Plus d'informations sur la liste de diffusion Castore-commits