From c11502f88b18e47d60d0bddd175be219d3ea8462 Mon Sep 17 00:00:00 2001 From: Danno Ferrin Date: Fri, 21 Jun 2024 11:23:03 -0600 Subject: [PATCH] wording Signed-off-by: Danno Ferrin --- .../java/org/hyperledger/besu/evm/code/CodeV1Validation.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/evm/src/main/java/org/hyperledger/besu/evm/code/CodeV1Validation.java b/evm/src/main/java/org/hyperledger/besu/evm/code/CodeV1Validation.java index 0894a541eb2..2d002a7cf98 100644 --- a/evm/src/main/java/org/hyperledger/besu/evm/code/CodeV1Validation.java +++ b/evm/src/main/java/org/hyperledger/besu/evm/code/CodeV1Validation.java @@ -72,7 +72,8 @@ public CodeV1Validation(final int maxContainerSize) { * Validates the code and stack for the EOF Layout, with optional deep consideration of the * containers. * - * @param layout The parsed EOFLayout of the code that will be examined by stack and bytecode validation. + * @param layout The parsed EOFLayout of the code that will be examined by stack and bytecode + * validation. * @return either null, indicating no error, or a String describing the validation error. */ @SuppressWarnings(