mcconnell 2003/08/24 07:32:50
Modified: src/java/org/apache/james/util NetMatcher.java
Log:
Move InetNetwork to a static inner class (not sure if this is correct but it
compiles and the runtime now works).
Revision Changes Path
1.4 +2 -2 james-server/src/java/org/apache/james/util/NetMatcher.java
Index: NetMatcher.java
===================================================================
RCS file: /home/cvs/james-server/src/java/org/apache/james/util/NetMatcher.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- NetMatcher.java 7 Jun 2003 03:05:41 -0000 1.3
+++ NetMatcher.java 24 Aug 2003 14:32:50 -0000 1.4
@@ -151,9 +151,8 @@
}
protected void log(String s) { }
-}
-class InetNetwork
+static class InetNetwork
{
/*
* Implements network masking, and is compatible with RFC 1518 and
@@ -302,4 +301,5 @@
}
return addr;
}
+}
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]