More checkstyle fixes
Original commit: elastic/x-pack-elasticsearch@4c454c5061
This commit is contained in:
parent
fb0ccde8d8
commit
5a1cd69a6a
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue