You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by an...@apache.org on 2005/05/13 16:24:38 UTC

svn commit: r170025 - /lenya/trunk/src/java/org/apache/lenya/ac/file/FileIPRange.java

Author: andreas
Date: Fri May 13 07:24:38 2005
New Revision: 170025

URL: http://svn.apache.org/viewcvs?rev=170025&view=rev
Log:
calling super constructor in FileIPRange

Modified:
    lenya/trunk/src/java/org/apache/lenya/ac/file/FileIPRange.java

Modified: lenya/trunk/src/java/org/apache/lenya/ac/file/FileIPRange.java
URL: http://svn.apache.org/viewcvs/lenya/trunk/src/java/org/apache/lenya/ac/file/FileIPRange.java?rev=170025&r1=170024&r2=170025&view=diff
==============================================================================
--- lenya/trunk/src/java/org/apache/lenya/ac/file/FileIPRange.java (original)
+++ lenya/trunk/src/java/org/apache/lenya/ac/file/FileIPRange.java Fri May 13 07:24:38 2005
@@ -80,6 +80,7 @@
      * @param id The IP range ID.
      */
     public FileIPRange(File configurationDirectory, String id) {
+        super(id);
         setConfigurationDirectory(configurationDirectory);
     }
 



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