mirror of
https://github.com/alibaba/arthas.git
synced 2024-04-21 10:21:39 +00:00
fix grep testcase. #899
This commit is contained in:
@@ -75,7 +75,7 @@ public class GrepHandler extends StdoutHandler {
|
||||
afterLines, grepCommand.getMaxCount());
|
||||
}
|
||||
|
||||
private GrepHandler(String keyword, boolean ignoreCase, boolean invertMatch, boolean regexpMode,
|
||||
GrepHandler(String keyword, boolean ignoreCase, boolean invertMatch, boolean regexpMode,
|
||||
boolean showLineNumber, boolean trimEnd, int beforeLines, int afterLines, int maxCount) {
|
||||
this.ignoreCase = ignoreCase;
|
||||
this.invertMatch = invertMatch;
|
||||
|
||||
Reference in New Issue
Block a user