neilg 2003/07/03 08:17:16 Modified: java/src/org/apache/xerces/impl/xs/traversers XSDocumentInfo.java Log: change visibility of data member to make annotation implementation easier Revision Changes Path 1.17 +2 -2 xml-xerces/java/src/org/apache/xerces/impl/xs/traversers/XSDocumentInfo.java Index: XSDocumentInfo.java =================================================================== RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/impl/xs/traversers/XSDocumentInfo.java,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- XSDocumentInfo.java 18 Jun 2003 03:08:54 -0000 1.16 +++ XSDocumentInfo.java 3 Jul 2003 15:17:16 -0000 1.17 @@ -97,7 +97,7 @@ protected short fFinalDefault; // targetNamespace - protected String fTargetNamespace; + String fTargetNamespace; // represents whether this is a chameleon schema (i.e., whether its TNS is natural or comes from without) protected boolean fIsChameleonSchema;
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]