Skip to content

Commit 10effaf

Browse files
committed
Suppress this-escape warning
1 parent 69f8e87 commit 10effaf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/src/main/java/org/elasticsearch/action/admin/cluster/shards/TransportClusterSearchShardsAction.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ public class TransportClusterSearchShardsAction extends TransportLocalClusterSta
5757
* we no longer need to support calling this action remotely.
5858
*/
5959
@UpdateForV10(owner = UpdateForV10.Owner.DISTRIBUTED_COORDINATION)
60+
@SuppressWarnings("this-escape")
6061
@Inject
6162
public TransportClusterSearchShardsAction(
6263
TransportService transportService,

0 commit comments

Comments
 (0)