HADOOP-13513. Java 1.7 support for org.apache.hadoop.fs.azure testcases. Contributed by Tibor Kiss.

This commit is contained in:
Chris Nauroth 2016-08-18 10:44:36 -07:00
parent 0da69c324d
commit ae4db25443

View File

@ -35,7 +35,7 @@
* 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);