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 a9b278f8 Replace 2x empty lines with a single one
a9b278f8 is described below
commit a9b278f81396e0c7d61a34e6bbec4926a093e385
Author: Gary D. Gregory <[email protected]>
AuthorDate: Thu Dec 26 09:24:25 2024 -0500
Replace 2x empty lines with a single one
---
src/main/java/org/apache/bcel/classfile/Visitor.java | 1 -
src/test/java/org/apache/bcel/classfile/RecordTestCase.java | 1 -
2 files changed, 2 deletions(-)
diff --git a/src/main/java/org/apache/bcel/classfile/Visitor.java
b/src/main/java/org/apache/bcel/classfile/Visitor.java
index 3f0a7b3c..3a7a2a47 100644
--- a/src/main/java/org/apache/bcel/classfile/Visitor.java
+++ b/src/main/java/org/apache/bcel/classfile/Visitor.java
@@ -212,7 +212,6 @@ public interface Visitor {
*/
void visitParameterAnnotation(ParameterAnnotations obj);
-
/**
* @since 6.0
*/
diff --git a/src/test/java/org/apache/bcel/classfile/RecordTestCase.java
b/src/test/java/org/apache/bcel/classfile/RecordTestCase.java
index 62e139ec..e3761962 100644
--- a/src/test/java/org/apache/bcel/classfile/RecordTestCase.java
+++ b/src/test/java/org/apache/bcel/classfile/RecordTestCase.java
@@ -54,7 +54,6 @@ public class RecordTestCase extends AbstractTestCase {
assertEquals(2, countVisitor.recordComponentCount, "should count two
record components");
}
-
/**
* Check that we can save and load the attribute correctly.
*/