Skip to content

Commit

Permalink
Removing Comments from file
Browse files Browse the repository at this point in the history
  • Loading branch information
SivagurunathanV committed Dec 9, 2019
1 parent 7462a58 commit 5534513
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@
import org.elasticsearch.cluster.metadata.IndexMetaData;
import org.elasticsearch.xpack.core.ilm.AsyncActionStep;

/**
* Invokes a Close Index Step on a index.
*/
public class CloseIndexStep extends AsyncActionStep {
public static final String NAME = "close-index";

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@

import static org.hamcrest.Matchers.equalTo;

/**
* Created by sivagurunathanvelayutham on Dec, 2019
*/
public class CloseIndexStepTest extends AbstractStepTestCase<CloseIndexStep> {

private Client client;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@

import static org.hamcrest.Matchers.equalTo;

/**
* Created by sivagurunathanvelayutham on Dec, 2019
*/
public class OpenIndexStepTest extends AbstractStepTestCase<OpenIndexStep> {

private Client client;
Expand Down

0 comments on commit 5534513

Please sign in to comment.