You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2023/01/01 16:05:04 UTC

[commons-beanutils] 02/05: Format tweak

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-beanutils.git

commit f74472fe14a99dd031a0be68d7a34762be0f1216
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Wed Dec 28 11:11:57 2022 -0500

    Format tweak
---
 .../java/org/apache/commons/beanutils2/LazyDynaBeanTestCase.java    | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/src/test/java/org/apache/commons/beanutils2/LazyDynaBeanTestCase.java b/src/test/java/org/apache/commons/beanutils2/LazyDynaBeanTestCase.java
index 22e4872a..6b2d0afe 100644
--- a/src/test/java/org/apache/commons/beanutils2/LazyDynaBeanTestCase.java
+++ b/src/test/java/org/apache/commons/beanutils2/LazyDynaBeanTestCase.java
@@ -43,8 +43,6 @@ public class LazyDynaBeanTestCase extends TestCase {
     protected Integer testInteger2    = new Integer(40);
     protected String testKey          = "myKey";
 
-
-
     /**
      * Constructs a new instance of this test case.
      *
@@ -54,8 +52,6 @@ public class LazyDynaBeanTestCase extends TestCase {
         super(name);
     }
 
-
-
     /**
      * Run thus Test
      */
@@ -88,8 +84,6 @@ public class LazyDynaBeanTestCase extends TestCase {
       bean = null;
     }
 
-
-
     /**
      * Test Getting/Setting a Simple Property
      */