Bump MRI upstreams
[aaa.git] / aaa-shiro / impl / src / main / java / org / opendaylight / aaa / shiro / realm / KeystoneAuthRealm.java
index 0b1906a1965fb205c414dab6a9cf55163e6d1877..1749515c9be26aa29b055847445f78f0b1cf59bf 100644 (file)
@@ -114,11 +114,9 @@ public class KeystoneAuthRealm extends AuthorizingRealm {
      * but using the provided {@link SimpleHttpClient} to reach
      * the Keystone server.
      *
-     * @param authenticationToken see
-     *  {@link AuthorizingRealm#doGetAuthenticationInfo(AuthenticationToken)}
+     * @param authenticationToken see {@link AuthorizingRealm#doGetAuthenticationInfo(AuthenticationToken)}
      * @param client the {@link SimpleHttpClient} to use.
-     * @return see
-     *  {@link AuthorizingRealm#doGetAuthenticationInfo(AuthenticationToken)}
+     * @return see {@link AuthorizingRealm#doGetAuthenticationInfo(AuthenticationToken)}
      */
     protected AuthenticationInfo doGetAuthenticationInfo(
             final AuthenticationToken authenticationToken,