You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by us...@apache.org on 2016/02/13 13:53:46 UTC

lucene-solr git commit: SOLR-5730: Workaround non-working javadocs link (cannot refer to classes from packages in other modules that already exist in lucene-core.jar)

Repository: lucene-solr
Updated Branches:
  refs/heads/master f9df240e5 -> 779120c6a


SOLR-5730: Workaround non-working javadocs link (cannot refer to classes from packages in other modules that already exist in lucene-core.jar)


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

Branch: refs/heads/master
Commit: 779120c6a48daf25e46a00f7e6981f8afcd0f3e8
Parents: f9df240
Author: Uwe Schindler <us...@apache.org>
Authored: Sat Feb 13 13:53:17 2016 +0100
Committer: Uwe Schindler <us...@apache.org>
Committed: Sat Feb 13 13:53:17 2016 +0100

----------------------------------------------------------------------
 .../src/java/org/apache/solr/index/SortingMergePolicyFactory.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/779120c6/solr/core/src/java/org/apache/solr/index/SortingMergePolicyFactory.java
----------------------------------------------------------------------
diff --git a/solr/core/src/java/org/apache/solr/index/SortingMergePolicyFactory.java b/solr/core/src/java/org/apache/solr/index/SortingMergePolicyFactory.java
index 4234cb4..53190b5 100644
--- a/solr/core/src/java/org/apache/solr/index/SortingMergePolicyFactory.java
+++ b/solr/core/src/java/org/apache/solr/index/SortingMergePolicyFactory.java
@@ -25,7 +25,7 @@ import org.apache.solr.schema.IndexSchema;
 import org.apache.solr.search.SortSpecParsing;
 
 /**
- * A {@link MergePolicyFactory} for {@link SortingMergePolicy} objects.
+ * A {@link MergePolicyFactory} for {@code SortingMergePolicy} objects.
  */
 public class SortingMergePolicyFactory extends WrapperMergePolicyFactory {