You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ja...@apache.org on 2019/06/14 12:55:07 UTC

[lucene-solr] branch master updated: Update package-info.java (#388)

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

janhoy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git


The following commit(s) were added to refs/heads/master by this push:
     new af2a4fe  Update package-info.java (#388)
af2a4fe is described below

commit af2a4fe4643761b5345d3e07fc6f7f9d6d254648
Author: Charlie Yan <ya...@gmail.com>
AuthorDate: Fri Jun 14 05:54:57 2019 -0700

    Update package-info.java (#388)
    
    add a missing parenthesis
---
 lucene/core/src/java/org/apache/lucene/search/package-info.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lucene/core/src/java/org/apache/lucene/search/package-info.java b/lucene/core/src/java/org/apache/lucene/search/package-info.java
index fdcd6d6..74a37df 100644
--- a/lucene/core/src/java/org/apache/lucene/search/package-info.java
+++ b/lucene/core/src/java/org/apache/lucene/search/package-info.java
@@ -33,7 +33,7 @@
  * <h2>Search Basics</h2>
  * <p>
  * Lucene offers a wide variety of {@link org.apache.lucene.search.Query} implementations, most of which are in
- * this package, its subpackage ({@link org.apache.lucene.search.spans spans},
+ * this package, its subpackage ({@link org.apache.lucene.search.spans spans}),
  * or the <a href="{@docRoot}/../queries/overview-summary.html">queries module</a>. These implementations can be combined in a wide 
  * variety of ways to provide complex querying capabilities along with information about where matches took place in the document 
  * collection. The <a href="#query">Query Classes</a> section below highlights some of the more important Query classes. For details