mirror of
https://github.com/vacp2p/linea-besu.git
synced 2026-01-09 15:37:54 -05:00
[MINOR] americanize spelling (#322)
* americanize spelling Signed-off-by: Sally MacFarlane <sally.macfarlane@consensys.net>
This commit is contained in:
@@ -143,7 +143,7 @@ public class Enclave {
|
||||
try {
|
||||
bodyText = objectMapper.writeValueAsString(content);
|
||||
} catch (final JsonProcessingException e) {
|
||||
throw new EnclaveClientException(400, "Unable to serialise request.");
|
||||
throw new EnclaveClientException(400, "Unable to serialize request.");
|
||||
}
|
||||
|
||||
return requestTransmitter.post(mediaType, bodyText, endpoint, responseBodyHandler);
|
||||
|
||||
Reference in New Issue
Block a user