Skip to content

Commit 060ed8b

Browse files
committed
lp-284 : remove throws JsonProcessingException
1 parent 77f65ca commit 060ed8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/uk/gov/companieshouse/limitedpartnershipsapi/controller/PartnershipController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ public ResponseEntity<Object> updatePartnership(
7878
@RequestBody Map<String, Object> body,
7979
@RequestHeader(value = ERIC_REQUEST_ID_KEY) String requestId,
8080
@RequestHeader(value = ERIC_IDENTITY) String userId
81-
) throws JsonProcessingException {
81+
) {
8282

8383
String transactionId = transaction.getId();
8484
HashMap<String, Object> logMap = new HashMap<>();

0 commit comments

Comments
 (0)