You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@beehive.apache.org by "matt c (JIRA)" <de...@beehive.apache.org> on 2005/08/24 21:52:08 UTC

[jira] Created: (BEEHIVE-896) SharedFlows doc bug, need to remove quotes from 'type'

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


[jira] Closed: (BEEHIVE-896) SharedFlows doc bug, need to remove quotes from 'type'

Posted by "Eddie O'Neil (JIRA)" <de...@beehive.apache.org>.
     [ http://issues.apache.org/jira/browse/BEEHIVE-896?page=all ]
     
Eddie O'Neil closed BEEHIVE-896:
--------------------------------


Closing; thanks for pointing this out!

> 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


[jira] Resolved: (BEEHIVE-896) SharedFlows doc bug, need to remove quotes from 'type'

Posted by "Jeremiah Johnson (JIRA)" <de...@beehive.apache.org>.
     [ http://issues.apache.org/jira/browse/BEEHIVE-896?page=all ]
     
Jeremiah Johnson resolved BEEHIVE-896:
--------------------------------------

    Resolution: Fixed

Rich checked in this fix in r239716.

> 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