(no commit message)
[utils] / security / usermgt / src / main / java / org / wamblee / security / authorization / UserCondition.java
index af0feb041809d95b08c5f419f62396d8a2aefa48..4e9df78bd133ead254c5da59a7b6c7f31354e950 100644 (file)
@@ -12,7 +12,7 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- */ 
+ */
 package org.wamblee.security.authorization;
 
 import org.wamblee.security.authentication.UserAdministration;
@@ -23,10 +23,12 @@ import org.wamblee.security.authentication.UserAdministration;
  * @author Erik Brakkee
  */
 public interface UserCondition {
-    
+
     /**
-     * Sets the user administration object. 
-     * @param aAdmin User administration.
+     * Sets the user administration object.
+     * 
+     * @param aAdmin
+     *            User administration.
      */
     void setUserAdmin(UserAdministration aAdmin);