Fix comments causing errors with Java 11

This commit is contained in:
Christoph Büscher 2018-07-19 09:41:32 +02:00
parent 644a92f158
commit f232c36c19
4 changed files with 4 additions and 4 deletions

View File

@ -91,7 +91,7 @@ public class NestedAggregatorTests extends AggregatorTestCase {
private final SeqNoFieldMapper.SequenceIDFields sequenceIDFields = SeqNoFieldMapper.SequenceIDFields.emptySeqID();
/**
* For each provided field type, we also register an alias with name <field>-alias.
* For each provided field type, we also register an alias with name {@code <field>-alias}.
*/
@Override
protected Map<String, MappedFieldType> getFieldAliases(MappedFieldType... fieldTypes) {

View File

@ -59,7 +59,7 @@ public class ReverseNestedAggregatorTests extends AggregatorTestCase {
private static final String MAX_AGG_NAME = "maxAgg";
/**
* For each provided field type, we also register an alias with name <field>-alias.
* For each provided field type, we also register an alias with name {@code <field>-alias}.
*/
@Override
protected Map<String, MappedFieldType> getFieldAliases(MappedFieldType... fieldTypes) {

View File

@ -77,7 +77,7 @@ public class SignificantTermsAggregatorTests extends AggregatorTestCase {
}
/**
* For each provided field type, we also register an alias with name <field>-alias.
* For each provided field type, we also register an alias with name {@code <field>-alias}.
*/
@Override
protected Map<String, MappedFieldType> getFieldAliases(MappedFieldType... fieldTypes) {

View File

@ -53,7 +53,7 @@ import static org.elasticsearch.search.aggregations.AggregationBuilders.signific
public class SignificantTextAggregatorTests extends AggregatorTestCase {
/**
* For each provided field type, we also register an alias with name <field>-alias.
* For each provided field type, we also register an alias with name {@code <field>-alias}.
*/
@Override
protected Map<String, MappedFieldType> getFieldAliases(MappedFieldType... fieldTypes) {