Author: dblevins
Date: Mon Apr 30 22:55:14 2012
New Revision: 1332457

URL: http://svn.apache.org/viewvc?rev=1332457&view=rev
Log:
s/JEE/Java EE/, per Bill Shannon's friendly request

Modified:
    openejb/trunk/openejb/examples/cdi-alternative-and-stereotypes/README.md
    openejb/trunk/openejb/examples/schedule-expression/README.md

Modified: 
openejb/trunk/openejb/examples/cdi-alternative-and-stereotypes/README.md
URL: 
http://svn.apache.org/viewvc/openejb/trunk/openejb/examples/cdi-alternative-and-stereotypes/README.md?rev=1332457&r1=1332456&r2=1332457&view=diff
==============================================================================
--- openejb/trunk/openejb/examples/cdi-alternative-and-stereotypes/README.md 
(original)
+++ openejb/trunk/openejb/examples/cdi-alternative-and-stereotypes/README.md 
Mon Apr 30 22:55:14 2012
@@ -1,6 +1,6 @@
 # Introduction
 
-CDI is a revolution for JEE world. This specification is the best one to avoid 
coupling between classes.
+CDI is a revolution for Java EE world. This specification is the best one to 
avoid coupling between classes.
 
 This example simply aims to override bindings at runtime to simplify mocking 
work.
 

Modified: openejb/trunk/openejb/examples/schedule-expression/README.md
URL: 
http://svn.apache.org/viewvc/openejb/trunk/openejb/examples/schedule-expression/README.md?rev=1332457&r1=1332456&r2=1332457&view=diff
==============================================================================
--- openejb/trunk/openejb/examples/schedule-expression/README.md (original)
+++ openejb/trunk/openejb/examples/schedule-expression/README.md Mon Apr 30 
22:55:14 2012
@@ -6,7 +6,7 @@ In this example we exercise the `TimerSe
 The EJB Timer Service allows entity beans, stateless session beans, and 
message-driven beans to be registered for timer 
 callback events at a specified time, after a specified elapsed time, or after 
a specified interval."
 
-For a complete description of the TimerService, please refer to the JEE 
tutorial dedicated to the 
+For a complete description of the TimerService, please refer to the Java EE 
tutorial dedicated to the 
 [Timer Service](http://docs.oracle.com/javaee/6/tutorial/doc/bnboy.html).
 
 ## FarmerBrown


Reply via email to