Skip to content

Commit 9da5400

Browse files
committed
fixup! Code review comments
1 parent 4e2b7cf commit 9da5400

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

x-pack/plugin/security/src/main/java/org/elasticsearch/xpack/security/action/service/TransportGetServiceAccountNodesCredentialsAction.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
import org.elasticsearch.cluster.node.DiscoveryNode;
1414
import org.elasticsearch.cluster.service.ClusterService;
1515
import org.elasticsearch.common.io.stream.StreamInput;
16-
import org.elasticsearch.core.Nullable;
1716
import org.elasticsearch.injection.guice.Inject;
1817
import org.elasticsearch.tasks.Task;
1918
import org.elasticsearch.threadpool.ThreadPool;
@@ -47,7 +46,7 @@ public TransportGetServiceAccountNodesCredentialsAction(
4746
ClusterService clusterService,
4847
TransportService transportService,
4948
ActionFilters actionFilters,
50-
@Nullable NodeLocalServiceAccountTokenStore readOnlyServiceAccountTokenStore
49+
NodeLocalServiceAccountTokenStore readOnlyServiceAccountTokenStore
5150
) {
5251
super(
5352
GetServiceAccountNodesCredentialsAction.NAME,

0 commit comments

Comments
 (0)