Skip to content
Snippets Groups Projects
Commit ef6bb1e7 authored by Daniel Gerhardt's avatar Daniel Gerhardt
Browse files

Fix assignment for roles setter method

parent c0217dfc
No related merge requests found
......@@ -96,6 +96,6 @@ public class ServiceDescription {
}
public void setAllowedRoles(String[] roles) {
this.allowedRoles = allowedRoles;
this.allowedRoles = roles;
}
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment