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 2008/12/14 06:44:26 UTC

svn commit: r726373 - /xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/util/LSInputListImpl.java

Author: mrglavas
Date: Sat Dec 13 21:44:26 2008
New Revision: 726373

URL: http://svn.apache.org/viewvc?rev=726373&view=rev
Log:
Marking LSInputListImpl final.

Modified:
    xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/util/LSInputListImpl.java

Modified: xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/util/LSInputListImpl.java
URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/util/LSInputListImpl.java?rev=726373&r1=726372&r2=726373&view=diff
==============================================================================
--- xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/util/LSInputListImpl.java (original)
+++ xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/util/LSInputListImpl.java Sat Dec 13 21:44:26 2008
@@ -31,7 +31,7 @@
  * 
  * @version $Id$
  */
-public class LSInputListImpl extends AbstractList implements LSInputList {
+public final class LSInputListImpl extends AbstractList implements LSInputList {
     
     /**
      * An immutable empty list.



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