Revert "Checkstyle enforcer"
[controller.git] / opendaylight / usermanager / src / main / java / org / opendaylight / controller / usermanager / IAAAProvider.java
index 36a2c06bf6873118e58a3df90bd41652259ce776..0fb26a1a625ce21afb1c883c8f642e1baa0cba97 100644 (file)
@@ -18,7 +18,7 @@ public interface IAAAProvider {
     /**
      * Authenticate user with AAA server and return authentication and
      * authorization info using the Provider's mechanism
-     *
+     * 
      * @param userName
      *            the username
      * @param password
@@ -35,7 +35,7 @@ public interface IAAAProvider {
 
     /**
      * Returns the Name of the Provider
-     *
+     * 
      * @return Name of the AAA provider
      */
     public String getName();