You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ps...@apache.org on 2009/11/10 06:05:54 UTC

svn commit: r834346 - /commons/proper/dbcp/trunk/src/java/org/apache/commons/jocl/JOCLContentHandler.java

Author: psteitz
Date: Tue Nov 10 05:05:54 2009
New Revision: 834346

URL: http://svn.apache.org/viewvc?rev=834346&view=rev
Log:
Made inner class static.

Modified:
    commons/proper/dbcp/trunk/src/java/org/apache/commons/jocl/JOCLContentHandler.java

Modified: commons/proper/dbcp/trunk/src/java/org/apache/commons/jocl/JOCLContentHandler.java
URL: http://svn.apache.org/viewvc/commons/proper/dbcp/trunk/src/java/org/apache/commons/jocl/JOCLContentHandler.java?rev=834346&r1=834345&r2=834346&view=diff
==============================================================================
--- commons/proper/dbcp/trunk/src/java/org/apache/commons/jocl/JOCLContentHandler.java (original)
+++ commons/proper/dbcp/trunk/src/java/org/apache/commons/jocl/JOCLContentHandler.java Tue Nov 10 05:05:54 2009
@@ -719,7 +719,7 @@
     /** The name of the "value" attribute. */
     protected static final String ATT_VALUE   = "value";
 
-    class ConstructorDetails {
+    static class ConstructorDetails {
         private ConstructorDetails _parent = null;
         private Class _type = null;
         private ArrayList _argTypes = null;