Skip to content

Commit 5309829

Browse files
committed
string correction
1 parent 0e2bceb commit 5309829

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hadoop-tools/hadoop-azure/src/main/java/org/apache/hadoop/fs/azurebfs/constants/AbfsHttpConstants.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -194,8 +194,8 @@ public static ApiVersion getCurrentVersion() {
194194
* for a non-hierarchical-namespace account: {@value}
195195
*/
196196
public static final String CPK_IN_NON_HNS_ACCOUNT_ERROR_MESSAGE =
197-
"Non hierarchical-namespace account can not have configs enabled for Customer"
198-
+ "Provided Keys. Following configs can not be given with "
197+
"Non hierarchical-namespace account can not have configs enabled for "
198+
+ "Customer Provided Keys. Following configs can not be given with "
199199
+ "non-hierarchical-namespace account:"
200200
+ CPK_CONFIG_LIST;
201201

0 commit comments

Comments
 (0)