Author: steveh Date: Fri Jul 8 14:46:53 2005 New Revision: 209898 URL: http://svn.apache.org/viewcvs?rev=209898&view=rev Log: Sample code cleanup.
Modified: incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/pageflow/sharedFlow.xml Modified: incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/pageflow/sharedFlow.xml URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/pageflow/sharedFlow.xml?rev=209898&r1=209897&r2=209898&view=diff ============================================================================== --- incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/pageflow/sharedFlow.xml (original) +++ incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/pageflow/sharedFlow.xml Fri Jul 8 14:46:53 2005 @@ -124,7 +124,7 @@ { @Jpf.SharedFlowField(name="sharedFlowOne") - private SharedFlowClassOne _sharedFlowOne = null; + private SharedFlowClassOne _sharedFlowOne; } </source>