HADOOP-10451. Remove unused field and imports from SaslRpcServer. Contributed by Benoy Antony.

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1583393 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jing Zhao 2014-03-31 18:40:19 +00:00
parent 71bae5cae4
commit ed64289c80
2 changed files with 3 additions and 3 deletions

View File

@ -315,6 +315,9 @@ Release 2.5.0 - UNRELEASED
IMPROVEMENTS
HADOOP-10451. Remove unused field and imports from SaslRpcServer.
(Benoy Antony via jing9)
OPTIMIZATIONS
BUG FIXES

View File

@ -30,7 +30,6 @@ import java.util.Enumeration;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.TreeMap;
import javax.security.auth.callback.Callback;
import javax.security.auth.callback.CallbackHandler;
@ -66,8 +65,6 @@ import org.apache.hadoop.security.token.TokenIdentifier;
public class SaslRpcServer {
public static final Log LOG = LogFactory.getLog(SaslRpcServer.class);
public static final String SASL_DEFAULT_REALM = "default";
public static final Map<String, String> SASL_PROPS =
new TreeMap<String, String>();
private static SaslServerFactory saslFactory;
public static enum QualityOfProtection {