Improve Javadoc
[lgpl/argeo-commons.git] / org.argeo.cms / src / org / argeo / cms / spring / AbstractSystemExecution.java
index f478f37dbcdaeaa5ea126870ee6d681032e81a7c..ce92c4613ca97499a261ea3c939ee7aad8601a20 100644 (file)
@@ -29,10 +29,7 @@ abstract class AbstractSystemExecution {
        private final static Log log = LogFactory.getLog(AbstractSystemExecution.class);
        private final Subject subject = new Subject();
 
-       /**
-        * Authenticate the calling thread to the underlying
-        * {@link AuthenticationManager}
-        */
+       /** Authenticate the calling thread */
        protected void authenticateAsSystem() {
                ClassLoader origClassLoader = Thread.currentThread().getContextClassLoader();
                Thread.currentThread().setContextClassLoader(getClass().getClassLoader());