Skip to content

Commit bbfa89b

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent 95c76d7 commit bbfa89b

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

server/src/main/java/org/elasticsearch/index/SlowLogFields.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,11 @@ public interface SlowLogFields {
2828
*/
2929
Map<String, String> searchFields();
3030

31-
3231
/**
3332
* Slow log fields for query
3433
* @return map of field name to value
3534
*/
36-
default Map<String, String> queryFields(){
35+
default Map<String, String> queryFields() {
3736
return Map.of();
3837
}
3938
}

server/src/main/java/org/elasticsearch/node/NodeConstruction.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -873,7 +873,6 @@ public Map<String, String> searchFields() {
873873

874874
};
875875

876-
877876
IndicesService indicesService = new IndicesServiceBuilder().settings(settings)
878877
.pluginsService(pluginsService)
879878
.nodeEnvironment(nodeEnvironment)

x-pack/plugin/security/src/main/java/org/elasticsearch/xpack/security/slowlog/SecuritySlowLogFieldProvider.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@ private class SecuritySlowLogFields implements SlowLogFields {
3333
this.includeUserInIndexing = indexSettings.getValue(INDEX_INDEXING_SLOWLOG_INCLUDE_USER_SETTING);
3434
}
3535

36-
SecuritySlowLogFields() {
37-
}
36+
SecuritySlowLogFields() {}
3837

3938
@Override
4039
public Map<String, String> indexFields() {

0 commit comments

Comments
 (0)