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

commit 81e11ac5b573737647c95b48cfafb34e9ffa4521
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Mon Apr 1 10:39:35 2024 -0400

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

diff --git a/src/main/java/org/apache/bcel/classfile/ParameterAnnotations.java 
b/src/main/java/org/apache/bcel/classfile/ParameterAnnotations.java
index 615e163b..4120521d 100644
--- a/src/main/java/org/apache/bcel/classfile/ParameterAnnotations.java
+++ b/src/main/java/org/apache/bcel/classfile/ParameterAnnotations.java
@@ -30,7 +30,7 @@ import java.util.stream.Stream;
 public abstract class ParameterAnnotations extends Attribute implements 
Iterable<ParameterAnnotationEntry> {
 
     private static final ParameterAnnotationEntry[] EMPTY_ARRAY = {};
-    
+
     /** Table of parameter annotations */
     private ParameterAnnotationEntry[] parameterAnnotationTable;
 

Reply via email to