More checkstyle fixes

Original commit: elastic/x-pack-elasticsearch@4c454c5061
This commit is contained in:
David Kyle 2017-02-03 16:58:19 +00:00
parent fb0ccde8d8
commit 5a1cd69a6a
1 changed files with 2 additions and 2 deletions

View File

@ -196,7 +196,7 @@ public class NamedPipeHelperNoBootstrapTests extends LuceneTestCase {
private String line;
private Exception exception;
public PipeReaderServer(String pipeName) {
PipeReaderServer(String pipeName) {
this.pipeName = pipeName;
}
@ -235,7 +235,7 @@ public class NamedPipeHelperNoBootstrapTests extends LuceneTestCase {
private String line;
private Exception exception;
public PipeWriterServer(String pipeName, String line) {
PipeWriterServer(String pipeName, String line) {
this.pipeName = pipeName;
this.line = line;
}