Fix Checkstyle issues
[clamp.git] / src / main / java / org / onap / clamp / clds / service / UserService.java
index cfe50c9..cf8f663 100644 (file)
@@ -35,12 +35,11 @@ import org.springframework.stereotype.Controller;
 @Controller
 public class UserService {
 
-    private SecurityContext           securityContext= SecurityContextHolder.getContext();
+    private SecurityContext           securityContext = SecurityContextHolder.getContext();
 
     /**
      * REST service that returns the username.
      *
-     * @param userName
      * @return the user name
      */
     public String getUser() {