Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
TEHIK
TEIS
common-api-gateway
Commits
6872a730
Commit
6872a730
authored
May 19, 2021
by
Siiri
Browse files
TEIS-2082: code review fix.
parent
1e0ead94
Changes
1
Hide whitespace changes
Inline
Side-by-side
api-gateway/src/main/java/ee/sm/ti/teis/commongateway/role/RoleTestController.java
View file @
6872a730
...
...
@@ -55,7 +55,7 @@ public class RoleTestController extends TeisBaseController {
return
(
Set
<
String
>)
service
.
sendAndReceive
(
request
);
}
@ApiOperation
(
value
=
"${teis.api.messages.get-roles-by-email-recipient}"
,
response
=
Set
.
class
)
@ApiOperation
(
value
=
"${teis.api.messages.get-roles-by-email-recipient}"
)
@GetMapping
(
"rolesbyemailrecipient"
)
public
List
<
RoleDefinitionPublicDto
>
getRolesByEmailRecipient
(
@RequestParam
(
value
=
"emailRecipient"
)
Boolean
emailRecipient
,
RequestMetaDTO
requestMetaDTO
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment