You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by rm...@apache.org on 2016/08/24 17:23:40 UTC

lucene-solr:master: make javadoc less confusing

Repository: lucene-solr
Updated Branches:
  refs/heads/master 4c0ff4e0f -> 312f45685


make javadoc less confusing


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/312f4568
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/312f4568
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/312f4568

Branch: refs/heads/master
Commit: 312f45685ec794ab27285a9d42d08d31ecebd17b
Parents: 4c0ff4e
Author: Robert Muir <rm...@apache.org>
Authored: Wed Aug 24 13:23:02 2016 -0400
Committer: Robert Muir <rm...@apache.org>
Committed: Wed Aug 24 13:23:02 2016 -0400

----------------------------------------------------------------------
 .../src/java/org/apache/lucene/document/InetAddressPoint.java      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/312f4568/lucene/sandbox/src/java/org/apache/lucene/document/InetAddressPoint.java
----------------------------------------------------------------------
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 88684f6..5cda742 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;
  *   <li>{@link #newExactQuery(String, InetAddress)} for matching an exact network address.
  *   <li>{@link #newPrefixQuery(String, InetAddress, int)} for matching a network based on CIDR prefix.
  *   <li>{@link #newRangeQuery(String, InetAddress, InetAddress)} for matching arbitrary network address ranges.
- *   <li>{@link #newSetQuery(String, InetAddress...)} for matching a set of 1D values.
+ *   <li>{@link #newSetQuery(String, InetAddress...)} for matching a set of network addresses.
  * </ul>
  * <p>
  * This field supports both IPv4 and IPv6 addresses: IPv4 addresses are converted