Skip to content

Commit

Permalink
NOJIRA
Browse files Browse the repository at this point in the history
fixed typo
  • Loading branch information
chasegawa committed Aug 29, 2022
1 parent 573c769 commit 58fa445
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public ResponseEntity<?> getAllPropertySets() {
return ResponseEntity.ok(service.getAllPropertySets());
}

@GetMapping(value="/property/set/{resourceId}", produces="applcation/json")
@GetMapping(value="/property/set/{resourceId}", produces="application/json")
@Transactional(readOnly = true)
@Operation(description = "Return the property set with the given resourceId",
summary = "Return the property set with the given resourceId", method = "GET")
Expand Down

0 comments on commit 58fa445

Please sign in to comment.