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

nmalin pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 30a389c  Fixed: correct check style issue on 
ComponentContainerTest.java
30a389c is described below

commit 30a389c8d99319adea182aa518dd2476be5ba75f
Author: Nicolas Malin <nicolas.ma...@nereide.fr>
AuthorDate: Thu Feb 6 13:29:26 2020 +0100

    Fixed: correct check style issue on ComponentContainerTest.java
    
    No functionnal change
---
 .../java/org/apache/ofbiz/base/container/ComponentContainerTest.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/framework/base/src/test/java/org/apache/ofbiz/base/container/ComponentContainerTest.java
 
b/framework/base/src/test/java/org/apache/ofbiz/base/container/ComponentContainerTest.java
index 16a8c73..aac79f1 100644
--- 
a/framework/base/src/test/java/org/apache/ofbiz/base/container/ComponentContainerTest.java
+++ 
b/framework/base/src/test/java/org/apache/ofbiz/base/container/ComponentContainerTest.java
@@ -43,7 +43,7 @@ public class ComponentContainerTest {
     private Path ofbizHome = 
Paths.get(ComponentContainerTest.class.getResource("testsdata").toURI())
             .toAbsolutePath().normalize();
 
-    public ComponentContainerTest() throws URISyntaxException {}
+    public ComponentContainerTest() throws URISyntaxException { }
 
     @Before
     public void setUp() throws IOException {

Reply via email to