You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by th...@apache.org on 2016/04/14 01:21:36 UTC

[20/50] lucene-solr:jira/SOLR-8908: Fix javadoc generation.

Fix javadoc generation.


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

Branch: refs/heads/jira/SOLR-8908
Commit: 88965a0bec6054fb6fe2c316b5d1747100ef1c9f
Parents: 901a3af
Author: Adrien Grand <jp...@gmail.com>
Authored: Mon Apr 11 18:46:47 2016 +0200
Committer: Adrien Grand <jp...@gmail.com>
Committed: Mon Apr 11 18:46:47 2016 +0200

----------------------------------------------------------------------
 lucene/classification/build.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/88965a0b/lucene/classification/build.xml
----------------------------------------------------------------------
diff --git a/lucene/classification/build.xml b/lucene/classification/build.xml
index c56d481..3ddb9bd 100644
--- a/lucene/classification/build.xml
+++ b/lucene/classification/build.xml
@@ -46,7 +46,7 @@
     <invoke-module-javadoc>
       <links>
         <link href="../queries"/>
-        <link href="../group"/>
+        <link href="../grouping"/>
         <link href="../misc"/>
       </links>
     </invoke-module-javadoc>