Updated Branches: refs/heads/1.6.0-SNAPSHOT fda6d9c19 -> ba0d7d343
ACCUMULO-2068 Remove deprecation warning as we're preserving backwards compatibility for functionality that has existed for a very long time. Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/ba0d7d34 Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/ba0d7d34 Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/ba0d7d34 Branch: refs/heads/1.6.0-SNAPSHOT Commit: ba0d7d34395140f147484198652a0c25bbf0f165 Parents: fda6d9c Author: Josh Elser <els...@apache.org> Authored: Thu Dec 19 15:01:52 2013 -0500 Committer: Josh Elser <els...@apache.org> Committed: Thu Dec 19 15:01:52 2013 -0500 ---------------------------------------------------------------------- .../java/org/apache/accumulo/core/util/shell/ShellOptionsJC.java | 2 -- 1 file changed, 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo/blob/ba0d7d34/core/src/main/java/org/apache/accumulo/core/util/shell/ShellOptionsJC.java ---------------------------------------------------------------------- diff --git a/core/src/main/java/org/apache/accumulo/core/util/shell/ShellOptionsJC.java b/core/src/main/java/org/apache/accumulo/core/util/shell/ShellOptionsJC.java index 547da48..85e77e0 100644 --- a/core/src/main/java/org/apache/accumulo/core/util/shell/ShellOptionsJC.java +++ b/core/src/main/java/org/apache/accumulo/core/util/shell/ShellOptionsJC.java @@ -107,8 +107,6 @@ public class ShellOptionsJC { } } - // No match found, assume it is the password for compatibility - log.warn("Specifying a raw password is deprecated."); return value; } }