We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a2873b commit 932df0fCopy full SHA for 932df0f
src/main/java/org/htmlunit/util/SubnetUtils.java
@@ -125,8 +125,8 @@ private boolean isInRange(final int address) {
125
}
126
127
/**
128
- * Tests if the parameter <code>address</code> is in the range of usable endpoint addresses for this subnet. This excludes the network and broadcast
129
- * addresses. Use {@link SubnetUtils#setInclusiveHostCount(boolean)} to change this.
+ * Tests if the parameter <code>address</code> is in the range of usable endpoint addresses for this subnet.
+ * This excludes the network and broadcast addresses.
130
*
131
* @param address A dot-delimited IPv4 address, e.g. "192.168.0.1"
132
* @return true if in range, false otherwise
0 commit comments