Author: rwinston Date: Sun Mar 2 12:04:21 2008 New Revision: 632825 URL: http://svn.apache.org/viewvc?rev=632825&view=rev Log: Rename
Added: commons/proper/net/branches/NET_2_0/src/test/java/org/apache/commons/net/SubnetUtilsTest.java - copied unchanged from r632783, commons/proper/net/branches/NET_2_0/src/test/java/org/apache/commons/net/TestSubnetUtils.java Removed: commons/proper/net/branches/NET_2_0/src/test/java/org/apache/commons/net/TestSubnetUtils.java Modified: commons/proper/net/branches/NET_2_0/src/main/java/examples/SubnetUtilsExample.java Modified: commons/proper/net/branches/NET_2_0/src/main/java/examples/SubnetUtilsExample.java URL: http://svn.apache.org/viewvc/commons/proper/net/branches/NET_2_0/src/main/java/examples/SubnetUtilsExample.java?rev=632825&r1=632824&r2=632825&view=diff ============================================================================== --- commons/proper/net/branches/NET_2_0/src/main/java/examples/SubnetUtilsExample.java (original) +++ commons/proper/net/branches/NET_2_0/src/main/java/examples/SubnetUtilsExample.java Sun Mar 2 12:04:21 2008 @@ -29,7 +29,7 @@ public class SubnetUtilsExample { public static void main(String[] args) { - String subnet = "192.168.0.1/24"; + String subnet = "192.168.0.1/29"; SubnetUtils utils = new SubnetUtils(subnet); SubnetInfo info = utils.getInfo();