You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by ec...@apache.org on 2013/12/19 21:33:28 UTC

[03/13] git commit: ACCUMULO-2068 Remove deprecation warning as we're preserving backwards compatibility for functionality that has existed for a very long time.

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/master
Commit: ba0d7d34395140f147484198652a0c25bbf0f165
Parents: fda6d9c
Author: Josh Elser <el...@apache.org>
Authored: Thu Dec 19 15:01:52 2013 -0500
Committer: Josh Elser <el...@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;
     }
   }