Skip to content

Commit 0056f0d

Browse files
committed
nit
1 parent b5e1ed5 commit 0056f0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hadoop-hdfs-project/hadoop-hdfs-client/src/main/java/org/apache/hadoop/hdfs/web/oauth2/CredentialBasedAccessTokenProvider.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ void refresh() throws IOException {
137137

138138
accessToken = responseBody.get(ACCESS_TOKEN).toString();
139139
} catch (Exception e) {
140-
throw new IOException("Exception while refreshing access token", e);
140+
throw new IOException("Unable to obtain access token from credential", e);
141141
}
142142
}
143143
}

0 commit comments

Comments
 (0)