You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by mr...@apache.org on 2005/06/05 21:23:52 UTC

cvs commit: xml-xerces/java/src/org/apache/xerces/jaxp/validation JAXPValidationMessageFormatter.java

mrglavas    2005/06/05 12:23:52

  Modified:    java/src/org/apache/xerces/jaxp/validation
                        JAXPValidationMessageFormatter.java
  Log:
  Mark message formatter as final.
  
  Revision  Changes    Path
  1.2       +2 -2      xml-xerces/java/src/org/apache/xerces/jaxp/validation/JAXPValidationMessageFormatter.java
  
  Index: JAXPValidationMessageFormatter.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/jaxp/validation/JAXPValidationMessageFormatter.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- JAXPValidationMessageFormatter.java	15 May 2005 20:14:23 -0000	1.1
  +++ JAXPValidationMessageFormatter.java	5 Jun 2005 19:23:52 -0000	1.2
  @@ -27,7 +27,7 @@
    * @author Michael Glavassevich, IBM
    * @version $Id$
    */
  -class JAXPValidationMessageFormatter {
  +final class JAXPValidationMessageFormatter {
   
       /**
        * Formats a message with the specified arguments using the given
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@xerces.apache.org
For additional commands, e-mail: commits-help@xerces.apache.org