Author: jlaskowski
Date: Fri Sep  4 12:37:30 2009
New Revision: 811368

URL: http://svn.apache.org/viewvc?rev=811368&view=rev
Log:
Encoding of some letters were messed up

Modified:
    openejb/trunk/openejb3/examples/simple-stateless/README.txt

Modified: openejb/trunk/openejb3/examples/simple-stateless/README.txt
URL: 
http://svn.apache.org/viewvc/openejb/trunk/openejb3/examples/simple-stateless/README.txt?rev=811368&r1=811367&r2=811368&view=diff
==============================================================================
--- openejb/trunk/openejb3/examples/simple-stateless/README.txt (original)
+++ openejb/trunk/openejb3/examples/simple-stateless/README.txt Fri Sep  4 
12:37:30 2009
@@ -4,7 +4,7 @@
 
 "Stateless session beans are session beans whose instances have no 
conversational state. This means that
 all bean instances are equivalent when they are not involved in servicing a 
client-invoked method.
-The term 'stateless' signifies that an instance has no state for a specific 
client."
+The term 'stateless' signifies that an instance has no state for a specific 
client."
 
 With EJB 3.0, it's now possible to write stateless session bean without 
specifying a deployment descriptor; you basically have to write just
 


Reply via email to