|
@@ -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();
|
|
}
|
|
}
|
|
|
|
|