git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1610794 13f79535-47bb-0310-9956-ffa450edef68
@@ -381,6 +381,8 @@ Trunk (Unreleased)
HADOOP-10831. UserProvider is not thread safe. (Benoy Antony via umamahesh)
+ HADOOP-10834. Typo in CredentialShell usage. (Benoy Antony via umamahesh)
+
OPTIMIZATIONS
HADOOP-7761. Improve the performance of raw comparisons. (todd)
@@ -264,7 +264,7 @@ public class CredentialShell extends Configured implements Tool {
alias + " from CredentialProvider " + provider.toString() +
". Continue?:");
if (!cont) {
- out.println("Nothing has been be deleted.");
+ out.println("Nothing has been deleted.");
}
return cont;
} catch (IOException e) {