Author: dblevins
Date: Tue Jan  8 14:39:39 2008
New Revision: 610206

URL: http://svn.apache.org/viewvc?rev=610206&view=rev
Log:
One more non UTF-8 character

Modified:
    
openejb/trunk/openejb3/itests/openejb-itests-client/src/main/java/org/apache/openejb/test/stateful/StatefulBeanTxTests.java
    
openejb/trunk/openejb3/itests/openejb-itests-client/src/main/java/org/apache/openejb/test/stateless/StatelessBeanTxTests.java

Modified: 
openejb/trunk/openejb3/itests/openejb-itests-client/src/main/java/org/apache/openejb/test/stateful/StatefulBeanTxTests.java
URL: 
http://svn.apache.org/viewvc/openejb/trunk/openejb3/itests/openejb-itests-client/src/main/java/org/apache/openejb/test/stateful/StatefulBeanTxTests.java?rev=610206&r1=610205&r2=610206&view=diff
==============================================================================
--- 
openejb/trunk/openejb3/itests/openejb-itests-client/src/main/java/org/apache/openejb/test/stateful/StatefulBeanTxTests.java
 (original)
+++ 
openejb/trunk/openejb3/itests/openejb-itests-client/src/main/java/org/apache/openejb/test/stateful/StatefulBeanTxTests.java
 Tue Jan  8 14:39:39 2008
@@ -91,7 +91,7 @@
      * the enterprise bean's business method via the javax.ejb.EJBContext 
interface and under the
      * environment entry java:comp/UserTransaction. When an instance uses the 
javax.trans-action.
      * UserTransaction interface to demarcate a transaction, the Container 
must enlist all the
-     * resource managers used by the instance between the begin() and 
commit()—or rollback()—
+     * resource managers used by the instance between the begin() and 
commit(),or rollback(),
      * methods with the transaction. When the instance attempts to commit the 
transaction, the Container is
      * responsible for the global coordination of the transaction commit.
      * </P>
@@ -118,7 +118,7 @@
      * the enterprise bean's business method via the javax.ejb.EJBContext 
interface and under the
      * environment entry java:comp/UserTransaction. When an instance uses the 
javax.trans-action.
      * UserTransaction interface to demarcate a transaction, the Container 
must enlist all the
-     * resource managers used by the instance between the begin() and 
commit()—or rollback()—
+     * resource managers used by the instance between the begin() and 
commit(),or rollback(),
      * methods with the transaction. When the instance attempts to commit the 
transaction, the Container is
      * responsible for the global coordination of the transaction commit.
      * </P>

Modified: 
openejb/trunk/openejb3/itests/openejb-itests-client/src/main/java/org/apache/openejb/test/stateless/StatelessBeanTxTests.java
URL: 
http://svn.apache.org/viewvc/openejb/trunk/openejb3/itests/openejb-itests-client/src/main/java/org/apache/openejb/test/stateless/StatelessBeanTxTests.java?rev=610206&r1=610205&r2=610206&view=diff
==============================================================================
--- 
openejb/trunk/openejb3/itests/openejb-itests-client/src/main/java/org/apache/openejb/test/stateless/StatelessBeanTxTests.java
 (original)
+++ 
openejb/trunk/openejb3/itests/openejb-itests-client/src/main/java/org/apache/openejb/test/stateless/StatelessBeanTxTests.java
 Tue Jan  8 14:39:39 2008
@@ -91,7 +91,7 @@
      * the enterprise bean's business method via the javax.ejb.EJBContext 
interface and under the
      * environment entry java:comp/UserTransaction. When an instance uses the 
javax.trans-action.
      * UserTransaction interface to demarcate a transaction, the Container 
must enlist all the
-     * resource managers used by the instance between the begin() and 
commit()—or rollback()—
+     * resource managers used by the instance between the begin() and 
commit(),or rollback(),
      * methods with the transaction. When the instance attempts to commit the 
transaction, the Container is
      * responsible for the global coordination of the transaction commit.
      * </P>
@@ -118,7 +118,7 @@
      * the enterprise bean's business method via the javax.ejb.EJBContext 
interface and under the
      * environment entry java:comp/UserTransaction. When an instance uses the 
javax.trans-action.
      * UserTransaction interface to demarcate a transaction, the Container 
must enlist all the
-     * resource managers used by the instance between the begin() and 
commit()—or rollback()—
+     * resource managers used by the instance between the begin() and 
commit(),or rollback(),
      * methods with the transaction. When the instance attempts to commit the 
transaction, the Container is
      * responsible for the global coordination of the transaction commit.
      * </P>


Reply via email to