HADOOP-10834. Typo in CredentialShell usage. (Benoy Antony via umamahesh)

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1610794 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Uma Maheswara Rao G 2014-07-15 18:22:13 +00:00
parent 7fe6ab7f91
commit 317542f51f
2 changed files with 3 additions and 1 deletions

View File

@ -381,6 +381,8 @@ Trunk (Unreleased)
HADOOP-10831. UserProvider is not thread safe. (Benoy Antony via umamahesh) HADOOP-10831. UserProvider is not thread safe. (Benoy Antony via umamahesh)
HADOOP-10834. Typo in CredentialShell usage. (Benoy Antony via umamahesh)
OPTIMIZATIONS OPTIMIZATIONS
HADOOP-7761. Improve the performance of raw comparisons. (todd) HADOOP-7761. Improve the performance of raw comparisons. (todd)

View File

@ -264,7 +264,7 @@ public class CredentialShell extends Configured implements Tool {
alias + " from CredentialProvider " + provider.toString() + alias + " from CredentialProvider " + provider.toString() +
". Continue?:"); ". Continue?:");
if (!cont) { if (!cont) {
out.println("Nothing has been be deleted."); out.println("Nothing has been deleted.");
} }
return cont; return cont;
} catch (IOException e) { } catch (IOException e) {