HDFS-10843. Add missing file to commit 4b5806217e.

This commit is contained in:
Konstantin V Shvachko 2016-09-23 11:13:25 -07:00
parent 4b5806217e
commit 66ee9f554e
1 changed files with 3 additions and 0 deletions

View File

@ -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;