Author: rmannibucau
Date: Sat Apr 19 16:46:11 2014
New Revision: 1588674

URL: http://svn.apache.org/r1588674
Log:
OPENEJB-1836 fixing a typo, thanks Tommy

Modified:
    
tomee/tomee/trunk/container/openejb-core/src/main/resources/org/apache/openejb/config/rules/Messages.properties

Modified: 
tomee/tomee/trunk/container/openejb-core/src/main/resources/org/apache/openejb/config/rules/Messages.properties
URL: 
http://svn.apache.org/viewvc/tomee/tomee/trunk/container/openejb-core/src/main/resources/org/apache/openejb/config/rules/Messages.properties?rev=1588674&r1=1588673&r2=1588674&view=diff
==============================================================================
--- 
tomee/tomee/trunk/container/openejb-core/src/main/resources/org/apache/openejb/config/rules/Messages.properties
 (original)
+++ 
tomee/tomee/trunk/container/openejb-core/src/main/resources/org/apache/openejb/config/rules/Messages.properties
 Sat Apr 19 16:46:11 2014
@@ -342,7 +342,7 @@
 # fail(ejbName, "ann.local.forLocalBean", join(", ", interfaces));
 1.ann.local.forLocalBean = @Local on a bean which doesn't implement an 
interface.
 2.ann.local.forLocalBean = @Local on a bean which doesn't implement an 
interface. Use @LocalBean instead.
-3.ann.local.forLocalBean = @Local marks an interface used locally. If you bean 
doesn't aim any interface use @localBean instead.
+3.ann.local.forLocalBean = @Local marks an interface used locally. If your 
bean doesn't aim any interface use @localBean instead.
 
 # fail(ejbName, "ann.local.noAttributes", join(", ", interfaces));
 1.ann.local.noAttributes = Ambiguous @Local() usage on bean class
@@ -923,4 +923,4 @@ public interface {0} extends {2}'{}'
 
 1.cdi.notEnabled = The application [{0}] uses @Inject but CDI is not enabled.
 2.cdi.notEnabled = The application [{0}] uses @Inject but CDI is not enabled. 
Maybe you'd need to add a beans.xml file.
-3.cdi.notEnabled = The application [{0}] uses @Inject but CDI is not enabled. 
Maybe you'd need to add a beans.xml file. It should be in WEB-INF for a webapp 
or in META-INF for a jar.
\ No newline at end of file
+3.cdi.notEnabled = The application [{0}] uses @Inject but CDI is not enabled. 
Maybe you'd need to add a beans.xml file. It should be in WEB-INF for a webapp 
or in META-INF for a jar.


Reply via email to