Removed DOCUMENT ME comments that were generated and applied source code
[utils] / security / src / main / java / org / wamblee / usermgt / UserAccessor.java
index 577d57566cab61fa58ab79c88d671a3bd9b836bf..769fd343ef47b1f544689cacdd42933243c47aa8 100644 (file)
 package org.wamblee.usermgt;
 
 /**
- * Interface for accessing the currently logged in user. 
- *
+ * Interface for accessing the currently logged in user.
+ * 
  * @author Erik Brakkee
  */
 public interface UserAccessor {
     /**
      * Gets the current user.
-     *
+     * 
      * @return Currently logged in user or null if no user is found.
      */
     User getCurrentUser();