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