Skip to content

Commit fa95fcf

Browse files
committed
Error fixes
1 parent fd0d14e commit fa95fcf

File tree

1 file changed

+2
-2
lines changed
  • hadoop-tools/hadoop-azure/src/main/java/org/apache/hadoop/fs/azurebfs/services

1 file changed

+2
-2
lines changed

hadoop-tools/hadoop-azure/src/main/java/org/apache/hadoop/fs/azurebfs/services/AbfsClient.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1716,9 +1716,9 @@ protected String getUserAgent() {
17161716
* Checks if the namespace is enabled.
17171717
*
17181718
* @return True if the namespace is enabled, false otherwise.
1719-
* @throws AbfsDriverException if the conversion fails.
1719+
* @throws AzureBlobFileSystemException if the conversion fails.
17201720
*/
1721-
public boolean getIsNamespaceEnabled() throws AbfsDriverException {
1721+
public boolean getIsNamespaceEnabled() throws AzureBlobFileSystemException {
17221722
try {
17231723
return getAbfsConfiguration().getIsNamespaceEnabledAccount().toBoolean();
17241724
} catch (TrileanConversionException ex) {

0 commit comments

Comments
 (0)