This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-bcel.git


The following commit(s) were added to refs/heads/master by this push:
     new 5952e9c5 Remove trailing whitespace
5952e9c5 is described below

commit 5952e9c5a5f58f3ce6801ec4a3456915d4cd2eeb
Author: Gary David Gregory (Code signing key) <ggreg...@apache.org>
AuthorDate: Wed Aug 21 09:25:01 2024 -0400

    Remove trailing whitespace
---
 src/main/java/org/apache/bcel/generic/InstructionList.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/bcel/generic/InstructionList.java 
b/src/main/java/org/apache/bcel/generic/InstructionList.java
index cd5ba887..e983c243 100644
--- a/src/main/java/org/apache/bcel/generic/InstructionList.java
+++ b/src/main/java/org/apache/bcel/generic/InstructionList.java
@@ -40,7 +40,7 @@ import org.apache.commons.lang3.stream.Streams;
  * <p>
  * A list is finally dumped to a byte code array with <a 
href="#getByteCode()">getByteCode</a>.
  * </p>
- * 
+ *
  * @see Instruction
  * @see InstructionHandle
  * @see BranchHandle

Reply via email to