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

(cherry picked from commit ae4db25443)
(cherry picked from commit 804a40720b)
This commit is contained in:
Chris Nauroth 2016-08-18 10:44:36 -07:00
parent c09797ce9f
commit 1c4e039ba7
1 changed files with 1 additions and 1 deletions

View File

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