Skip to content

Commit d0139f9

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent da7b450 commit d0139f9

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

server/src/main/java/org/elasticsearch/action/admin/indices/refresh/TransportUnpromotableShardRefreshAction.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ protected void unpromotableShardOperation(
159159
assert Engine.UNKNOWN_PRIMARY_TERM < primaryTerm : primaryTerm;
160160
var segmentGeneration = request.getSegmentGeneration();
161161
assert Engine.RefreshResult.UNKNOWN_GENERATION < segmentGeneration : segmentGeneration;
162-
162+
163163
ActionListener.run(responseListener, listener -> {
164164
shard.waitForPrimaryTermAndGeneration(primaryTerm, segmentGeneration, listener.map(l -> ActionResponse.Empty.INSTANCE));
165165
});

x-pack/plugin/searchable-snapshots/src/internalClusterTest/java/org/elasticsearch/xpack/searchablesnapshots/SearchableSnapshotsIntegTests.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1310,7 +1310,6 @@ public void testRefreshFullyMountedIndex() throws Exception {
13101310
assertNoFailures(refreshResult);
13111311
}
13121312

1313-
13141313
private TaskInfo getTaskForActionFromMaster(String action) {
13151314
ListTasksResponse response = client().execute(
13161315
TransportListTasksAction.TYPE,

0 commit comments

Comments
 (0)