HADOOP-15552. Addendum patch to fix the build break in Ozone File system.
Contributed by Anu Engineer.
This commit is contained in:
parent
c918d88a9b
commit
d951af22b4
|
@ -50,7 +50,7 @@ public class ITestOzoneContractGetFileStatus
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void teardown() throws Exception {
|
public void teardown() throws Exception {
|
||||||
getLog().info("FS details {}", getFileSystem());
|
getLogger().info("FS details {}", getFileSystem());
|
||||||
super.teardown();
|
super.teardown();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue