You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2016/11/21 21:00:54 UTC

svn commit: r1770757 - /tomcat/trunk/java/org/apache/catalina/realm/GenericPrincipal.java

Author: markt
Date: Mon Nov 21 21:00:54 2016
New Revision: 1770757

URL: http://svn.apache.org/viewvc?rev=1770757&view=rev
Log:
Inherit rather than duplicate the Javadoc

Modified:
    tomcat/trunk/java/org/apache/catalina/realm/GenericPrincipal.java

Modified: tomcat/trunk/java/org/apache/catalina/realm/GenericPrincipal.java
URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/realm/GenericPrincipal.java?rev=1770757&r1=1770756&r2=1770757&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/catalina/realm/GenericPrincipal.java (original)
+++ tomcat/trunk/java/org/apache/catalina/realm/GenericPrincipal.java Mon Nov 21 21:00:54 2016
@@ -228,15 +228,6 @@ public class GenericPrincipal implements
     }
 
 
-    /**
-     * Calls logout, if necessary, on any associated JAASLoginContext. May in
-     * the future be extended to cover other logout requirements.
-     *
-     * @throws Exception If something goes wrong with the logout. Uses Exception
-     *                   to allow for future expansion of this method to cover
-     *                   other logout mechanisms that might throw a different
-     *                   exception to LoginContext
-     */
     @Override
     public void logout() throws Exception {
         if (loginContext != null) {



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org