Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
removing comments, linting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Himanshu Setia committed Sep 9, 2020
1 parent 52526e8 commit c8c8233
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,5 @@ class RefreshSynonymAnalyzerRequest : BroadcastRequest<RefreshSynonymAnalyzerReq
constructor(vararg indices: String) : super(*indices)

@Throws(IOException::class)
constructor(inp: StreamInput) : super(inp) {
// indices = inp.readStringArray()
// indicesOptions = IndicesOptions.readIndicesOptions(inp)
}
constructor(inp: StreamInput) : super(inp)
}
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ abstract class IndexManagementRestTestCase : ESRestTestCase() {
protected fun Response.restStatus(): RestStatus = RestStatus.fromCode(this.statusLine.statusCode)

protected fun getRepoPath(): String = System.getProperty("tests.path.repo")
}
}

0 comments on commit c8c8233

Please sign in to comment.