HDFS-10843. Add missing file to commit 4b5806217e
.
This commit is contained in:
parent
4b5806217e
commit
66ee9f554e
|
@ -179,6 +179,9 @@ public abstract class GenericTestUtils {
|
|||
return c;
|
||||
}
|
||||
|
||||
public static LogCapturer captureLogs(Logger l) {
|
||||
return new LogCapturer(l);
|
||||
}
|
||||
|
||||
private LogCapturer(Logger logger) {
|
||||
this.logger = logger;
|
||||
|
|
Loading…
Reference in New Issue