This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-net.git


The following commit(s) were added to refs/heads/master by this push:
     new 989423b  Javadoc fixes
989423b is described below

commit 989423bb1bda85dc335c7b7c62401d8f1b8cb51a
Author: Sebb <s...@apache.org>
AuthorDate: Sat Jul 18 11:58:02 2020 +0100

    Javadoc fixes
---
 src/main/java/org/apache/commons/net/util/SubnetUtils.java | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/main/java/org/apache/commons/net/util/SubnetUtils.java 
b/src/main/java/org/apache/commons/net/util/SubnetUtils.java
index d14379e..f17fa16 100644
--- a/src/main/java/org/apache/commons/net/util/SubnetUtils.java
+++ b/src/main/java/org/apache/commons/net/util/SubnetUtils.java
@@ -114,7 +114,7 @@ public class SubnetUtils {
     /**
      * Set to <code>true</code> if you want the return value of {@link 
SubnetInfo#getAddressCount()}
      * to include the network and broadcast addresses.
-     * This also applies to {@link SubnetUtils.SubnetInfo#isInRange()}
+     * This also applies to {@link SubnetInfo#isInRange(int)}
      * @param inclusiveHostCount true if network and broadcast addresses are 
to be included
      * @since 2.2
      */
@@ -151,7 +151,7 @@ public class SubnetUtils {
         /**
          * Returns true if the parameter <code>address</code> is in the
          * range of usable endpoint addresses for this subnet. This excludes 
the
-         * network and broadcast addresses. Use {@link 
SubnetUtils.setInclusiveHostCount()}
+         * network and broadcast addresses. Use {@link 
SubnetUtils#setInclusiveHostCount(boolean)}
          * to change this.
          * @param address A dot-delimited IPv4 address, e.g. "192.168.0.1"
          * @return True if in range, false otherwise
@@ -163,7 +163,7 @@ public class SubnetUtils {
         /**
          * Returns true if the parameter <code>address</code> is in the
          * range of usable endpoint addresses for this subnet. This excludes 
the
-         * network and broadcast addresses by default. Use {@link 
SubnetUtils.setInclusiveHostCount()}
+         * network and broadcast addresses by default. Use {@link 
SubnetUtils#setInclusiveHostCount(boolean)}
          * to change this.
          * @param address the address to check
          * @return true if it is in range

Reply via email to