mrglavas    2005/05/15 13:07:38

  Modified:    java/src/org/apache/xerces/util XMLErrorCode.java
  Log:
  Making this class final and package private. It's only used within this 
package by DOMErrorHandlerWrapper.
  
  Revision  Changes    Path
  1.2       +3 -3      
xml-xerces/java/src/org/apache/xerces/util/XMLErrorCode.java
  
  Index: XMLErrorCode.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xerces/java/src/org/apache/xerces/util/XMLErrorCode.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- XMLErrorCode.java 23 Apr 2004 04:40:39 -0000      1.1
  +++ XMLErrorCode.java 15 May 2005 20:07:38 -0000      1.2
  @@ -1,5 +1,5 @@
   /*
  - * Copyright 2004 The Apache Software Foundation.
  + * Copyright 2004,2005 The Apache Software Foundation.
    * 
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  @@ -24,7 +24,7 @@
    * 
    * @version $Id$
    */
  -public class XMLErrorCode {
  +final class XMLErrorCode {
   
       //
       // Data
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to