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-digester.git
The following commit(s) were added to refs/heads/master by this push: new a8dc834a Replace 2x empty lines with a single one a8dc834a is described below commit a8dc834a7ac6acea29da7e00e219c5885f0fa51b Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Thu Dec 26 09:27:19 2024 -0500 Replace 2x empty lines with a single one --- .../apache/commons/digester3/substitution/VariableExpansionTestCase.java | 1 - 1 file changed, 1 deletion(-) diff --git a/commons-digester3-core/src/test/java/org/apache/commons/digester3/substitution/VariableExpansionTestCase.java b/commons-digester3-core/src/test/java/org/apache/commons/digester3/substitution/VariableExpansionTestCase.java index 6f4252aa..1eb69da5 100644 --- a/commons-digester3-core/src/test/java/org/apache/commons/digester3/substitution/VariableExpansionTestCase.java +++ b/commons-digester3-core/src/test/java/org/apache/commons/digester3/substitution/VariableExpansionTestCase.java @@ -38,7 +38,6 @@ import org.xml.sax.SAXException; public class VariableExpansionTestCase { - // method used in tests4 private final LinkedList<SimpleTestBean> simpleTestBeans = new LinkedList<>();