You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by jl...@apache.org on 2022/10/27 12:52:39 UTC

[tomee] branch tomee-8.x updated: Fixed typo in ELAdaptor class name in openwebbeans.properties

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

jlmonteiro pushed a commit to branch tomee-8.x
in repository https://gitbox.apache.org/repos/asf/tomee.git


The following commit(s) were added to refs/heads/tomee-8.x by this push:
     new 868d2bc5b5 Fixed typo in ELAdaptor class name in openwebbeans.properties
     new 1ea0490c75 Merge pull request #951 from ismailfarukkaya/TOMEE-4101-typo-in-owb-props
868d2bc5b5 is described below

commit 868d2bc5b5220f4266c69a0d16e0c34fde5dd9a5
Author: ismailfarukkaya <ik...@cyangate.com>
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
 ################################################################################################