From 312f45685ec794ab27285a9d42d08d31ecebd17b Mon Sep 17 00:00:00 2001 From: Robert Muir Date: Wed, 24 Aug 2016 13:23:02 -0400 Subject: [PATCH] make javadoc less confusing --- .../src/java/org/apache/lucene/document/InetAddressPoint.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lucene/sandbox/src/java/org/apache/lucene/document/InetAddressPoint.java b/lucene/sandbox/src/java/org/apache/lucene/document/InetAddressPoint.java index 88684f6bec1..5cda74297a6 100644 --- a/lucene/sandbox/src/java/org/apache/lucene/document/InetAddressPoint.java +++ b/lucene/sandbox/src/java/org/apache/lucene/document/InetAddressPoint.java @@ -41,7 +41,7 @@ import org.apache.lucene.util.StringHelper; *
  • {@link #newExactQuery(String, InetAddress)} for matching an exact network address. *
  • {@link #newPrefixQuery(String, InetAddress, int)} for matching a network based on CIDR prefix. *
  • {@link #newRangeQuery(String, InetAddress, InetAddress)} for matching arbitrary network address ranges. - *
  • {@link #newSetQuery(String, InetAddress...)} for matching a set of 1D values. + *
  • {@link #newSetQuery(String, InetAddress...)} for matching a set of network addresses. * *

    * This field supports both IPv4 and IPv6 addresses: IPv4 addresses are converted