HADOOP-13513. Java 1.7 support for org.apache.hadoop.fs.azure testcases. Contributed by Tibor Kiss.
This commit is contained in:
parent
0da69c324d
commit
ae4db25443
|
@ -35,7 +35,7 @@ import org.slf4j.LoggerFactory;
|
||||||
* to run those tests. The returned account might integrate with Azure Storage
|
* to run those tests. The returned account might integrate with Azure Storage
|
||||||
* directly or it might be a mock implementation.
|
* directly or it might be a mock implementation.
|
||||||
*/
|
*/
|
||||||
abstract class AbstractWasbTestBase {
|
public abstract class AbstractWasbTestBase {
|
||||||
|
|
||||||
protected static final Logger LOG =
|
protected static final Logger LOG =
|
||||||
LoggerFactory.getLogger(AbstractWasbTestBase.class);
|
LoggerFactory.getLogger(AbstractWasbTestBase.class);
|
||||||
|
|
Loading…
Reference in New Issue