Skip to content

Commit

Permalink
code review
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrasil committed Mar 20, 2024
1 parent b7853b5 commit 2d46938
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -606,7 +606,7 @@ public String isScheduleAllowed( @QueryParam( "id" ) String id ) {
@Path( "/canSchedule" )
@Produces( APPLICATION_JSON )
@StatusCodes( {
@ResponseCode( code = 200, condition = "Successful retrieved the scheduling permission." ),
@ResponseCode( code = 200, condition = "Successfully retrieved the scheduling permission." ),
@ResponseCode( code = 500, condition = "Unable to retrieve the scheduling permission." )
} )
public String doGetCanSchedule() {
Expand All @@ -632,7 +632,7 @@ public String doGetCanSchedule() {
@Path( "/canExecuteSchedules" )
@Produces( APPLICATION_JSON )
@StatusCodes( {
@ResponseCode( code = 200, condition = "Successful retrieved the scheduling permission." ),
@ResponseCode( code = 200, condition = "Successfully retrieved the scheduling permission." ),
@ResponseCode( code = 500, condition = "Unable to retrieve the scheduling permission." )
} )
public String doGetCanExecuteSchedules() {
Expand Down

0 comments on commit 2d46938

Please sign in to comment.