Fix checkstyle issues to enforce it
[aaa.git] / aaa-shiro / impl / src / main / java / org / opendaylight / aaa / shiro / realm / ODLJndiLdapRealmAuthNOnly.java
index 878cc51f43fe97e29fece56570f7cb9bee1aaf5a..fefc17ac8af33321d5d35ad71551f324f1935756 100644 (file)
@@ -23,6 +23,7 @@ import org.slf4j.LoggerFactory;
  * without worrying about resolving LDAP attributes (groups) to OpenDaylight
  * roles.
  *
+ * <p>
  * The motivation for subclassing Shiro's implementation is two-fold: 1) Enhance
  * the default logging of Shiro. This allows us to more easily log incoming
  * connections, providing some security auditing. 2) Provide a common package in
@@ -69,7 +70,7 @@ public class ODLJndiLdapRealmAuthNOnly extends JndiLdapRealm {
     }
 
     /**
-     * Logs an incoming LDAP connection
+     * Logs an incoming LDAP connection.
      *
      * @param username
      *            the requesting user
@@ -81,7 +82,7 @@ public class ODLJndiLdapRealmAuthNOnly extends JndiLdapRealm {
     }
 
     /**
-     * Extracts the username from <code>token</code>
+     * Extracts the username from <code>token</code>.
      *
      * @param token Which possibly contains a username
      * @return the username if it can be extracted