You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by bu...@apache.org on 2013/02/08 16:11:20 UTC

svn commit: r849890 - in /websites/staging/isis/trunk: cgi-bin/ content/ content/core/publishing-service.html

Author: buildbot
Date: Fri Feb  8 15:11:19 2013
New Revision: 849890

Log:
Staging update by buildbot for isis

Modified:
    websites/staging/isis/trunk/cgi-bin/   (props changed)
    websites/staging/isis/trunk/content/   (props changed)
    websites/staging/isis/trunk/content/core/publishing-service.html

Propchange: websites/staging/isis/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Fri Feb  8 15:11:19 2013
@@ -1 +1 @@
-1444050
+1444052

Propchange: websites/staging/isis/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Fri Feb  8 15:11:19 2013
@@ -1 +1 @@
-1444050
+1444052

Modified: websites/staging/isis/trunk/content/core/publishing-service.html
==============================================================================
--- websites/staging/isis/trunk/content/core/publishing-service.html (original)
+++ websites/staging/isis/trunk/content/core/publishing-service.html Fri Feb  8 15:11:19 2013
@@ -257,12 +257,12 @@
 <p>To indicate that an action should be published, use the <code>PublishedAction</code> annotation.  For example:</p>
 
 <pre>
-public class ToDoItem {
+  public class ToDoItem {
     ...
     @PublishedAction
     public void completed() { ... }
     ...
-</div>}
+  }
 </pre>
 
 <p>Similarly, to indicate that any changes to an object should be published, use the <code>PublishedObject</code> annotation:</p>