You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by di...@apache.org on 2006/03/20 00:57:58 UTC

svn commit: r387076 - /jakarta/commons/proper/jexl/trunk/src/java/org/apache/commons/jexl/util/EnumerationIterator.java

Author: dion
Date: Sun Mar 19 15:57:58 2006
New Revision: 387076

URL: http://svn.apache.org/viewcvs?rev=387076&view=rev
Log:
make variables that aren't changeable private - pmd report

Modified:
    jakarta/commons/proper/jexl/trunk/src/java/org/apache/commons/jexl/util/EnumerationIterator.java

Modified: jakarta/commons/proper/jexl/trunk/src/java/org/apache/commons/jexl/util/EnumerationIterator.java
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/jexl/trunk/src/java/org/apache/commons/jexl/util/EnumerationIterator.java?rev=387076&r1=387075&r2=387076&view=diff
==============================================================================
--- jakarta/commons/proper/jexl/trunk/src/java/org/apache/commons/jexl/util/EnumerationIterator.java (original)
+++ jakarta/commons/proper/jexl/trunk/src/java/org/apache/commons/jexl/util/EnumerationIterator.java Sun Mar 19 15:57:58 2006
@@ -32,7 +32,7 @@
     /**
      * The enumeration to iterate.
      */
-    private Enumeration enumeration = null;
+    private final Enumeration enumeration;
 
     /**
      * Creates a new iteratorwrapper instance for the specified 



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org