Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse McConnell2011-04-04 16:31:44 +0000
committerJesse McConnell2011-04-04 16:31:44 +0000
commit2b79f06c7802a4baf067f3a078709faa14fd72bd (patch)
treeba418d054cc2451e13d833f51245e0d80129abb2
parent8df474ea97552d96733e17366fe0e33d0ac85a74 (diff)
downloadorg.eclipse.jetty.project-2b79f06c7802a4baf067f3a078709faa14fd72bd.tar.gz
org.eclipse.jetty.project-2b79f06c7802a4baf067f3a078709faa14fd72bd.tar.xz
org.eclipse.jetty.project-2b79f06c7802a4baf067f3a078709faa14fd72bd.zip
fix javadoc
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2964 7e9141cc-0065-0410-87d8-b60c137991c4
-rw-r--r--jetty-plus/src/main/java/org/eclipse/jetty/plus/jaas/JAASUserPrincipal.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/jetty-plus/src/main/java/org/eclipse/jetty/plus/jaas/JAASUserPrincipal.java b/jetty-plus/src/main/java/org/eclipse/jetty/plus/jaas/JAASUserPrincipal.java
index cb9b336973..e64a77e18d 100644
--- a/jetty-plus/src/main/java/org/eclipse/jetty/plus/jaas/JAASUserPrincipal.java
+++ b/jetty-plus/src/main/java/org/eclipse/jetty/plus/jaas/JAASUserPrincipal.java
@@ -23,7 +23,7 @@ import javax.security.auth.login.LoginContext;
/* ---------------------------------------------------- */
/** JAASUserPrincipal
* <p>Implements the JAAS version of the
- * org.eclipse.http.UserPrincipal interface.
+ * org.eclipse.jetty.http.UserPrincipal interface.
*
* @version $Id: JAASUserPrincipal.java 4780 2009-03-17 15:36:08Z jesse $
*

Back to the top