summaryrefslogtreecommitdiffstats
path: root/libjava/javax
diff options
context:
space:
mode:
authorbryce <bryce@138bc75d-0d04-0410-961f-82ee72b054a4>2001-03-23 02:35:39 +0000
committerbryce <bryce@138bc75d-0d04-0410-961f-82ee72b054a4>2001-03-23 02:35:39 +0000
commit5f20221f03f314d0855582eabaa9c33f57832d85 (patch)
tree3b2aaadeece72a87433c64cff8dbc2f4c652c9eb /libjava/javax
parent15672c9634de58077b260f0d24a526daba66b443 (diff)
downloadppe42-gcc-5f20221f03f314d0855582eabaa9c33f57832d85.tar.gz
ppe42-gcc-5f20221f03f314d0855582eabaa9c33f57832d85.zip
2001-03-22 Joerg Brunsmann <joerg_brunsmann@yahoo.de>
* javax/naming/Context.java (SECURITY_CREDENTIALS): Fix typo. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@40771 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/javax')
-rw-r--r--libjava/javax/naming/Context.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/libjava/javax/naming/Context.java b/libjava/javax/naming/Context.java
index 8d3b9f60813..d2474b9a6a5 100644
--- a/libjava/javax/naming/Context.java
+++ b/libjava/javax/naming/Context.java
@@ -64,7 +64,7 @@ public interface Context
// Property specifying the credentials of the principal for
// authenticating the caller to the service.
- public static final String SECURITY_CREDENTIAL
+ public static final String SECURITY_CREDENTIALS
= "java.naming.security.credentials";
// Property for specifying the preferred language to use with the
OpenPOWER on IntegriCloud