You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beehive.apache.org by ek...@apache.org on 2005/05/06 01:11:14 UTC

svn commit: r168461 - /incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/controls/tutorial_controls.xml

Author: ekoneil
Date: Thu May  5 16:11:13 2005
New Revision: 168461

URL: http://svn.apache.org/viewcvs?rev=168461&view=rev
Log:
Documentation fix for JIRA 603.  

Fixing the code for HelloImpl.jcs to add isTransient=true

BB: self
DRT: none


Modified:
    incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/controls/tutorial_controls.xml

Modified: incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/controls/tutorial_controls.xml
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/controls/tutorial_controls.xml?rev=168461&r1=168460&r2=168461&view=diff
==============================================================================
--- incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/controls/tutorial_controls.xml (original)
+++ incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/controls/tutorial_controls.xml Thu May  5 16:11:13 2005
@@ -132,7 +132,7 @@
 
 import org.apache.beehive.controls.api.bean.*;
 
-@ControlImplementation
+@ControlImplementation(isTransient=true)
 public class HelloImpl implements Hello
 {
     public String hello()