Skip to content

Commit

Permalink
rename actions back to admin/* and add suffix [s] instead
Browse files Browse the repository at this point in the history
  • Loading branch information
brwe committed Sep 1, 2015
1 parent edac404 commit d386d90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
*/
public class TransportShardFlushAction extends TransportReplicationAction<ShardFlushRequest, ShardFlushRequest, ActionWriteResponse> {

public static final String NAME = "indices:data/write/flush";
public static final String NAME = FlushAction.NAME + "[s]";

@Inject
public TransportShardFlushAction(Settings settings, TransportService transportService, ClusterService clusterService,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
*/
public class TransportShardRefreshAction extends TransportReplicationAction<ReplicationRequest, ReplicationRequest, ActionWriteResponse> {

public static final String NAME = "indices:data/write/refresh";
public static final String NAME = RefreshAction.NAME + "[s]";

@Inject
public TransportShardRefreshAction(Settings settings, TransportService transportService, ClusterService clusterService,
Expand Down

0 comments on commit d386d90

Please sign in to comment.