mirror of https://github.com/apache/lucene.git
SOLR-10938 @SuppressPointFields now requires bugUrl
This commit is contained in:
parent
7a9f9b0be0
commit
01b7e31566
|
@ -232,7 +232,7 @@ public abstract class SolrTestCaseJ4 extends LuceneTestCase {
|
||||||
@Target(ElementType.TYPE)
|
@Target(ElementType.TYPE)
|
||||||
public @interface SuppressPointFields {
|
public @interface SuppressPointFields {
|
||||||
/** Point to JIRA entry. */
|
/** 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
|
// these are meant to be accessed sequentially, but are volatile just to ensure any test
|
||||||
|
|
Loading…
Reference in New Issue