We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd0d14e commit fa95fcfCopy full SHA for fa95fcf
hadoop-tools/hadoop-azure/src/main/java/org/apache/hadoop/fs/azurebfs/services/AbfsClient.java
@@ -1716,9 +1716,9 @@ protected String getUserAgent() {
1716
* Checks if the namespace is enabled.
1717
*
1718
* @return True if the namespace is enabled, false otherwise.
1719
- * @throws AbfsDriverException if the conversion fails.
+ * @throws AzureBlobFileSystemException if the conversion fails.
1720
*/
1721
- public boolean getIsNamespaceEnabled() throws AbfsDriverException {
+ public boolean getIsNamespaceEnabled() throws AzureBlobFileSystemException {
1722
try {
1723
return getAbfsConfiguration().getIsNamespaceEnabledAccount().toBoolean();
1724
} catch (TrileanConversionException ex) {
0 commit comments