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

jungm pushed a commit to branch xbean-4.30-SNAPSHOT
in repository https://gitbox.apache.org/repos/asf/tomee.git


The following commit(s) were added to refs/heads/xbean-4.30-SNAPSHOT by this 
push:
     new 59cd02ccec fix syntax
59cd02ccec is described below

commit 59cd02ccecdce68bae991735f1b477fe7d5eb669
Author: Markus Jung <[email protected]>
AuthorDate: Sun Jan 4 17:29:10 2026 +0100

    fix syntax
---
 .../src/main/java/org/apache/openejb/assembler/classic/Assembler.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/container/openejb-core/src/main/java/org/apache/openejb/assembler/classic/Assembler.java
 
b/container/openejb-core/src/main/java/org/apache/openejb/assembler/classic/Assembler.java
index 70244de315..5ec42cd583 100644
--- 
a/container/openejb-core/src/main/java/org/apache/openejb/assembler/classic/Assembler.java
+++ 
b/container/openejb-core/src/main/java/org/apache/openejb/assembler/classic/Assembler.java
@@ -3160,7 +3160,7 @@ public class Assembler extends AssemblerTool implements 
org.apache.openejb.spi.A
 //                            String.class, boolean.class, Class.class, 
String.class,
 //                            Duration.class, Duration.class, Duration.class,
 //                            boolean.class}
-            );
+//            );
         } // else: any other kind of resource relying on it? shouldnt be
 
         //explicitly set the constructor types to avoid ambiguity in ctor 
resolution.

Reply via email to