SharedFlows doc bug, need to remove quotes from 'type'
------------------------------------------------------

         Key: BEEHIVE-896
         URL: http://issues.apache.org/jira/browse/BEEHIVE-896
     Project: Beehive
        Type: Bug
  Components: Documentation  
    Versions: v1m1    
    Reporter: matt c
    Priority: Minor


The SharedFlows doc shows the type with quotes, in several spots, which is 
incorrect.

ex. 
@Jpf.SharedFlowRef(name = "someNameOne", type = "SharedFlowClassOne.class")
Should be:
@Jpf.SharedFlowRef(name = "someNameOne", type = SharedFlowClassOne.class)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to