Commit d7cfa17c by Joerg Brunsmann Committed by Bryce McKinlay

Context.java (SECURITY_CREDENTIALS): Fix typo.

2001-03-22  Joerg Brunsmann <joerg_brunsmann@yahoo.de>

	* javax/naming/Context.java (SECURITY_CREDENTIALS): Fix typo.

From-SVN: r40771
parent 60c87482
2001-03-22 Joerg Brunsmann <joerg_brunsmann@yahoo.de>
* javax/naming/Context.java (SECURITY_CREDENTIALS): Fix typo.
2001-03-22 Marcus G. Daniels <mgd@swarm.org> 2001-03-22 Marcus G. Daniels <mgd@swarm.org>
* jni.cc (add_char): Handle `.' like `/'. * jni.cc (add_char): Handle `.' like `/'.
......
...@@ -64,7 +64,7 @@ public interface Context ...@@ -64,7 +64,7 @@ public interface Context
// Property specifying the credentials of the principal for // Property specifying the credentials of the principal for
// authenticating the caller to the service. // authenticating the caller to the service.
public static final String SECURITY_CREDENTIAL public static final String SECURITY_CREDENTIALS
= "java.naming.security.credentials"; = "java.naming.security.credentials";
// Property for specifying the preferred language to use with the // Property for specifying the preferred language to use with the
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment