HBASE-24175 : createDirAndSetProperty() (ADDENDUM)
This commit is contained in:
parent
7c2f13eb70
commit
5c53b606a9
|
@ -728,7 +728,7 @@ public class HBaseTestingUtility extends HBaseZKTestingUtility {
|
|||
}
|
||||
}
|
||||
|
||||
private String createDirAndSetProperty(String relPath, String property) {
|
||||
private String createDirAndSetProperty(final String property) {
|
||||
return createDirAndSetProperty(property, property);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue