Checkstyle enforcer
[controller.git] / opendaylight / usermanager / src / main / java / org / opendaylight / controller / usermanager / ODLUserLevel.java
index 9766fd475af8ae85c4ad7cce05d795ab132db209..ca6000a9f59f10d7712a29527728c489f85e0b96 100644 (file)
@@ -13,8 +13,8 @@ import org.opendaylight.controller.sal.authorization.UserLevel;
 import org.springframework.security.core.GrantedAuthority;
 
 public class ODLUserLevel implements GrantedAuthority {
-       private static final long serialVersionUID = 1L;
-       UserLevel userLevel;
+        private static final long serialVersionUID = 1L;
+        UserLevel userLevel;
 
     public ODLUserLevel(UserLevel userLevel) {
         this.userLevel = userLevel;