mrglavas    2005/04/17 21:14:19

  Modified:    java/src/org/apache/xml/serialize ObjectFactory.java
               java/src/org/apache/html/dom ObjectFactory.java
               java/src/org/apache/xerces/xinclude ObjectFactory.java
               java/src/org/apache/xerces/parsers ObjectFactory.java
               java/src/org/apache/xerces/impl/dv ObjectFactory.java
               java/src/org/apache/xerces/dom ObjectFactory.java
  Log:
  Make ObjectFactory classes final.
  
  Revision  Changes    Path
  1.10      +4 -4      
xml-xerces/java/src/org/apache/xml/serialize/ObjectFactory.java
  
  Index: ObjectFactory.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xerces/java/src/org/apache/xml/serialize/ObjectFactory.java,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- ObjectFactory.java        16 Dec 2004 00:10:42 -0000      1.9
  +++ ObjectFactory.java        18 Apr 2005 04:14:18 -0000      1.10
  @@ -1,5 +1,5 @@
   /*
  - * Copyright 2001-2004 The Apache Software Foundation.
  + * Copyright 2001-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.
  @@ -39,7 +39,7 @@
    *
    * @version $Id$
    */
  -class ObjectFactory {
  +final class ObjectFactory {
   
       //
       // Constants
  @@ -496,7 +496,7 @@
       /**
        * A configuration error.
        */
  -    static class ConfigurationError
  +    static final class ConfigurationError
           extends Error {
   
           /** Serialization version. */
  
  
  
  1.11      +4 -4      
xml-xerces/java/src/org/apache/html/dom/ObjectFactory.java
  
  Index: ObjectFactory.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xerces/java/src/org/apache/html/dom/ObjectFactory.java,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- ObjectFactory.java        16 Dec 2004 00:10:43 -0000      1.10
  +++ ObjectFactory.java        18 Apr 2005 04:14:18 -0000      1.11
  @@ -1,5 +1,5 @@
   /*
  - * Copyright 2001-2004 The Apache Software Foundation.
  + * Copyright 2001-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.
  @@ -41,7 +41,7 @@
    *
    * @version $Id$
    */
  -class ObjectFactory {
  +final class ObjectFactory {
   
       //
       // Constants
  @@ -498,7 +498,7 @@
       /**
        * A configuration error.
        */
  -    static class ConfigurationError
  +    static final class ConfigurationError
           extends Error {
   
           /** Serialization version. */
  
  
  
  1.9       +4 -4      
xml-xerces/java/src/org/apache/xerces/xinclude/ObjectFactory.java
  
  Index: ObjectFactory.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xerces/java/src/org/apache/xerces/xinclude/ObjectFactory.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- ObjectFactory.java        16 Dec 2004 00:10:43 -0000      1.8
  +++ ObjectFactory.java        18 Apr 2005 04:14:18 -0000      1.9
  @@ -1,5 +1,5 @@
   /*
  - * Copyright 2001-2004 The Apache Software Foundation.
  + * Copyright 2001-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.
  @@ -39,7 +39,7 @@
    *
    * @version $Id$
    */
  -class ObjectFactory {
  +final class ObjectFactory {
   
       //
       // Constants
  @@ -496,7 +496,7 @@
       /**
        * A configuration error.
        */
  -    static class ConfigurationError
  +    static final class ConfigurationError
           extends Error {
   
           /** Serialization version. */
  
  
  
  1.10      +4 -4      
xml-xerces/java/src/org/apache/xerces/parsers/ObjectFactory.java
  
  Index: ObjectFactory.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xerces/java/src/org/apache/xerces/parsers/ObjectFactory.java,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- ObjectFactory.java        16 Dec 2004 00:10:44 -0000      1.9
  +++ ObjectFactory.java        18 Apr 2005 04:14:19 -0000      1.10
  @@ -1,5 +1,5 @@
   /*
  - * Copyright 2001-2004 The Apache Software Foundation.
  + * Copyright 2001-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.
  @@ -39,7 +39,7 @@
    *
    * @version $Id$
    */
  -class ObjectFactory {
  +final class ObjectFactory {
   
       //
       // Constants
  @@ -496,7 +496,7 @@
       /**
        * A configuration error.
        */
  -    static class ConfigurationError
  +    static final class ConfigurationError
           extends Error {
   
           /** Serialization version. */
  
  
  
  1.11      +4 -4      
xml-xerces/java/src/org/apache/xerces/impl/dv/ObjectFactory.java
  
  Index: ObjectFactory.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xerces/java/src/org/apache/xerces/impl/dv/ObjectFactory.java,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- ObjectFactory.java        16 Dec 2004 00:10:44 -0000      1.10
  +++ ObjectFactory.java        18 Apr 2005 04:14:19 -0000      1.11
  @@ -1,5 +1,5 @@
   /*
  - * Copyright 2001-2004 The Apache Software Foundation.
  + * Copyright 2001-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.
  @@ -41,7 +41,7 @@
    *
    * @version $Id$
    */
  -class ObjectFactory {
  +final class ObjectFactory {
   
       //
       // Constants
  @@ -498,7 +498,7 @@
       /**
        * A configuration error.
        */
  -    static class ConfigurationError
  +    static final class ConfigurationError
           extends Error {
   
           /** Serialization version. */
  
  
  
  1.11      +4 -4      
xml-xerces/java/src/org/apache/xerces/dom/ObjectFactory.java
  
  Index: ObjectFactory.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xerces/java/src/org/apache/xerces/dom/ObjectFactory.java,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- ObjectFactory.java        16 Dec 2004 00:10:46 -0000      1.10
  +++ ObjectFactory.java        18 Apr 2005 04:14:19 -0000      1.11
  @@ -1,5 +1,5 @@
   /*
  - * Copyright 2001-2004 The Apache Software Foundation.
  + * Copyright 2001-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.
  @@ -41,7 +41,7 @@
    *
    * @version $Id$
    */
  -class ObjectFactory {
  +final class ObjectFactory {
   
       //
       // Constants
  @@ -498,7 +498,7 @@
       /**
        * A configuration error.
        */
  -    static class ConfigurationError
  +    static final class ConfigurationError
           extends Error {
   
           /** Serialization version. */
  
  
  

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

Reply via email to