Skip to content

Commit 1ffdc89

Browse files
make constructor public, doh
1 parent 9321ad8 commit 1ffdc89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/main/java/org/elasticsearch/snapshots/TransportUpdateSnapshotStatusAction.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public final class TransportUpdateSnapshotStatusAction extends TransportMasterNo
3232
private final SnapshotsService snapshotsService;
3333

3434
@Inject
35-
TransportUpdateSnapshotStatusAction(
35+
public TransportUpdateSnapshotStatusAction(
3636
TransportService transportService,
3737
ClusterService clusterService,
3838
ThreadPool threadPool,

0 commit comments

Comments
 (0)