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 2012/05/09 06:20:09 UTC

svn commit: r1335923 - /xerces/java/branches/xml-schema-1.1-dev/samples/simpletype/DatatypeInterfaceUsage.java

Author: mrglavas
Date: Wed May  9 04:20:08 2012
New Revision: 1335923

URL: http://svn.apache.org/viewvc?rev=1335923&view=rev
Log:
Making a field final.

Modified:
    xerces/java/branches/xml-schema-1.1-dev/samples/simpletype/DatatypeInterfaceUsage.java

Modified: xerces/java/branches/xml-schema-1.1-dev/samples/simpletype/DatatypeInterfaceUsage.java
URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.1-dev/samples/simpletype/DatatypeInterfaceUsage.java?rev=1335923&r1=1335922&r2=1335923&view=diff
==============================================================================
--- xerces/java/branches/xml-schema-1.1-dev/samples/simpletype/DatatypeInterfaceUsage.java (original)
+++ xerces/java/branches/xml-schema-1.1-dev/samples/simpletype/DatatypeInterfaceUsage.java Wed May  9 04:20:08 2012
@@ -47,7 +47,7 @@ import org.xml.sax.helpers.DefaultHandle
  */
 public class DatatypeInterfaceUsage extends DefaultHandler {
 
-    private PSVIProvider provider;
+    private final PSVIProvider provider;
     
     public DatatypeInterfaceUsage(PSVIProvider p) {
         provider = p;



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