You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by bu...@apache.org on 2012/02/17 00:46:59 UTC

svn commit: r805122 - in /websites/staging/openejb/trunk: ./ content/examples-trunk/simple-cdi-interceptor/README.html

Author: buildbot
Date: Thu Feb 16 23:46:58 2012
New Revision: 805122

Log:
Staging update by buildbot for openejb

Modified:
    websites/staging/openejb/trunk/   (props changed)
    websites/staging/openejb/trunk/content/examples-trunk/simple-cdi-interceptor/README.html

Propchange: websites/staging/openejb/trunk/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu Feb 16 23:46:58 2012
@@ -1 +1 @@
-1244837
+1245256

Modified: websites/staging/openejb/trunk/content/examples-trunk/simple-cdi-interceptor/README.html
==============================================================================
--- websites/staging/openejb/trunk/content/examples-trunk/simple-cdi-interceptor/README.html (original)
+++ websites/staging/openejb/trunk/content/examples-trunk/simple-cdi-interceptor/README.html Thu Feb 16 23:46:58 2012
@@ -187,7 +187,7 @@ public class LoggingInterceptor {
 
 <pre><code>@Log
 @Stateful
-public class BookForAShowOneInterceptorApplied implements Serializable {
+public class BookShow implements Serializable {
     private static final long serialVersionUID = 6350400892234496909L;
     public List&lt;String&gt; getMoviesList() {
         List&lt;String&gt; moviesAvailable = new ArrayList&lt;String&gt;();