You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by sh...@apache.org on 2017/06/25 02:06:47 UTC

[25/47] lucene-solr:feature/autoscaling: SOLR-10938 @SuppressPointFields now requires bugUrl

SOLR-10938 @SuppressPointFields now requires bugUrl


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

Branch: refs/heads/feature/autoscaling
Commit: 01b7e315661275bef213103b1bbebe76258897db
Parents: 7a9f9b0
Author: Chris Hostetter <ho...@apache.org>
Authored: Thu Jun 22 16:48:31 2017 -0700
Committer: Chris Hostetter <ho...@apache.org>
Committed: Thu Jun 22 16:48:31 2017 -0700

----------------------------------------------------------------------
 solr/test-framework/src/java/org/apache/solr/SolrTestCaseJ4.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/01b7e315/solr/test-framework/src/java/org/apache/solr/SolrTestCaseJ4.java
----------------------------------------------------------------------
diff --git a/solr/test-framework/src/java/org/apache/solr/SolrTestCaseJ4.java b/solr/test-framework/src/java/org/apache/solr/SolrTestCaseJ4.java
index 09a7ca1..e9b7043 100644
--- a/solr/test-framework/src/java/org/apache/solr/SolrTestCaseJ4.java
+++ b/solr/test-framework/src/java/org/apache/solr/SolrTestCaseJ4.java
@@ -232,7 +232,7 @@ public abstract class SolrTestCaseJ4 extends LuceneTestCase {
   @Target(ElementType.TYPE)
   public @interface SuppressPointFields {
     /** Point to JIRA entry. */
-    public String bugUrl() default "None";
+    public String bugUrl();
   }
   
   // these are meant to be accessed sequentially, but are volatile just to ensure any test