You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by db...@apache.org on 2006/12/29 08:25:13 UTC

svn commit: r490932 - /incubator/openejb/trunk/openejb3/examples/telephone-stateful/src/test/java/org/apache/openejb/examples/telephone/TelephoneTest.java

Author: dblevins
Date: Thu Dec 28 23:25:12 2006
New Revision: 490932

URL: http://svn.apache.org/viewvc?view=rev&rev=490932
Log:
changing formatting for better viewing via the snippet macro

Modified:
    incubator/openejb/trunk/openejb3/examples/telephone-stateful/src/test/java/org/apache/openejb/examples/telephone/TelephoneTest.java

Modified: incubator/openejb/trunk/openejb3/examples/telephone-stateful/src/test/java/org/apache/openejb/examples/telephone/TelephoneTest.java
URL: http://svn.apache.org/viewvc/incubator/openejb/trunk/openejb3/examples/telephone-stateful/src/test/java/org/apache/openejb/examples/telephone/TelephoneTest.java?view=diff&rev=490932&r1=490931&r2=490932
==============================================================================
--- incubator/openejb/trunk/openejb3/examples/telephone-stateful/src/test/java/org/apache/openejb/examples/telephone/TelephoneTest.java (original)
+++ incubator/openejb/trunk/openejb3/examples/telephone-stateful/src/test/java/org/apache/openejb/examples/telephone/TelephoneTest.java Thu Dec 28 23:25:12 2006
@@ -63,7 +63,8 @@
         assertEquals("Interesting.", telephone.listen());
 
 
-        telephone.speak("Yep, I'm using the bean's remote interface but since the ejb container is embedded in the same vm I'm just using the LocalInitialContextFactory.");
+        telephone.speak("Yep, I'm using the bean's remote interface but since the ejb container is embedded " +
+                "in the same vm I'm just using the LocalInitialContextFactory.");
 
         assertEquals("Really?", telephone.listen());