Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2009-04-29 14:40:28 +0000
committerThomas Watson2009-04-29 14:40:28 +0000
commitd7259e594475894392b468a982a633e34a71602e (patch)
tree1ac4b1038351effbeedf2abfea5fe3be261ad98b
parentbb445a22ec3201a2f9944269473fc98b5fbe9ec4 (diff)
downloadrt.equinox.bundles-d7259e594475894392b468a982a633e34a71602e.tar.gz
rt.equinox.bundles-d7259e594475894392b468a982a633e34a71602e.tar.xz
rt.equinox.bundles-d7259e594475894392b468a982a633e34a71602e.zip
Bug 274270 javadoc typo in LoginContextFactoryv20090429-1630v20090429-1130
-rw-r--r--bundles/org.eclipse.equinox.security/src/org/eclipse/equinox/security/auth/LoginContextFactory.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/bundles/org.eclipse.equinox.security/src/org/eclipse/equinox/security/auth/LoginContextFactory.java b/bundles/org.eclipse.equinox.security/src/org/eclipse/equinox/security/auth/LoginContextFactory.java
index 3e8534a3c..371eda76e 100644
--- a/bundles/org.eclipse.equinox.security/src/org/eclipse/equinox/security/auth/LoginContextFactory.java
+++ b/bundles/org.eclipse.equinox.security/src/org/eclipse/equinox/security/auth/LoginContextFactory.java
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2005, 2008 IBM Corporation and others.
+ * Copyright (c) 2005, 2009 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
@@ -35,7 +35,7 @@ final public class LoginContextFactory {
* any calls to {@link #createContext(String)}.
* </p>
* @param configName the name of login configuration to use
- * @param configFile points to the standard JASS configuration file
+ * @param configFile points to the standard JAAS configuration file
* @return new security context
*/
public static ILoginContext createContext(String configName, URL configFile) {
@@ -52,7 +52,7 @@ final public class LoginContextFactory {
* any calls to {@link #createContext(String)}.
* </p>
* @param configName the name of login configuration to use
- * @param configFile points to the standard JASS configuration file
+ * @param configFile points to the standard JAAS configuration file
* @param handler optional callback handler, might be <code>null</code>
* @return new security context
*/

Back to the top