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

rzo1 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomee.git


The following commit(s) were added to refs/heads/main by this push:
     new 5c30e4723e Fixed typo in ELAdaptor class name in 
openwebbeans.properties
5c30e4723e is described below

commit 5c30e4723e59d33254e9343a04f2c20aca7b9a46
Author: ismailfarukkaya <[email protected]>
AuthorDate: Thu Oct 27 11:57:41 2022 +0300

    Fixed typo in ELAdaptor class name in openwebbeans.properties
---
 .../src/main/resources/META-INF/openwebbeans/openwebbeans.properties  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/container/openejb-core/src/main/resources/META-INF/openwebbeans/openwebbeans.properties
 
b/container/openejb-core/src/main/resources/META-INF/openwebbeans/openwebbeans.properties
index b49fb62e91..9b370f38e8 100644
--- 
a/container/openejb-core/src/main/resources/META-INF/openwebbeans/openwebbeans.properties
+++ 
b/container/openejb-core/src/main/resources/META-INF/openwebbeans/openwebbeans.properties
@@ -56,8 +56,8 @@ 
org.apache.webbeans.spi.JNDIService=org.apache.webbeans.corespi.se.DefaultJndiSe
 
################################################################################################
 
 ################################### Default EL Adaptor 
####################################
-#Default implementation oforg.apache.webbeans.spi.adaptor.ELAdaptor
-org.apache.webbeans.spi.adaptor.ELAdaptor=org.apache.webbeans.el.el22.EL22Adaptor
+#Default implementation of org.apache.webbeans.spi.adaptor.ELAdaptor
+org.apache.webbeans.spi.adaptor.ELAdaptor=org.apache.webbeans.el22.EL22Adaptor
 
################################################################################################
 
 

Reply via email to