Skip to content

Commit 932df0f

Browse files
committed
fix javadoc
1 parent 7a2873b commit 932df0f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/org/htmlunit/util/SubnetUtils.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,8 @@ private boolean isInRange(final int address) {
125125
}
126126

127127
/**
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.
128+
* Tests if the parameter <code>address</code> is in the range of usable endpoint addresses for this subnet.
129+
* This excludes the network and broadcast addresses.
130130
*
131131
* @param address A dot-delimited IPv4 address, e.g. "192.168.0.1"
132132
* @return true if in range, false otherwise

0 commit comments

Comments
 (0)