You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beehive.apache.org by cr...@apache.org on 2007/01/16 18:06:00 UTC

svn commit: r496770 - /beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/netui/sharedFlow.xml

Author: crogers
Date: Tue Jan 16 09:05:59 2007
New Revision: 496770

URL: http://svn.apache.org/viewvc?view=rev&rev=496770
Log:
Fixed a typo in some code examples from the SharedFlow documentation... BEEHIVE-1171
 

Modified:
    beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/netui/sharedFlow.xml

Modified: beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/netui/sharedFlow.xml
URL: http://svn.apache.org/viewvc/beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/netui/sharedFlow.xml?view=diff&rev=496770&r1=496769&r2=496770
==============================================================================
--- beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/netui/sharedFlow.xml (original)
+++ beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/netui/sharedFlow.xml Tue Jan 16 09:05:59 2007
@@ -97,7 +97,7 @@
             </p>
             <source>
 @Jpf.Contoller(
-    sharedFlowsRefs={
+    sharedFlowRefs={
         @Jpf.SharedFlowRef(name="sharedFlowOne", type=example.SharedFlowClassOne.class),
         @Jpf.SharedFlowRef(name="sharedFlowTwo", type=example.SharedFlowClassTwo.class)
     }
@@ -207,7 +207,7 @@
             </p>
             <source>
 @Jpf.Contoller(
-    sharedFlowsRefs={
+    sharedFlowRefs={
         @Jpf.SharedFlowRef(name="sharedFlowOne", type=example.SharedFlowClassOne.class)
     }
 )