GitHub user galejwnaylor opened a pull request:

    https://github.com/apache/incubator-taverna-language/pull/32

    Update JavaDoc in Processor.java - rm @value tags

    Changed two statements to remove @value tag
    and use just field names. 
    The @value tags are not working. As a result the getType()
    Javadoc statements are incomplete, rendering as, 
    "...the value given by ." and 
    "...the type given by the constant ."
    Problem may be caused because the fields are
    not literal values. 
    (Ref: 
http://stackoverflow.com/questions/19807696/how-to-use-value-tag-in-javadoc)

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/galejwnaylor/incubator-taverna-language 
patch-5

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-taverna-language/pull/32.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #32
    
----
commit c5359d7af1d061ba56d7c326167de94c71b17f21
Author: galejwnaylor <[email protected]>
Date:   2016-05-06T21:42:18Z

    Update JavaDoc in Processor.java - rm @value tags
    
    Changed two statements to remove @value tag
    and use just field names. 
    The @value tags are not working. As a result the getType()
    Javadoc statements are incomplete, rendering as, 
    "...the value given by ." and 
    "...the type given by the constant ."
    Problem may be caused because the fields are
    not literal values. 
    (Ref: 
http://stackoverflow.com/questions/19807696/how-to-use-value-tag-in-javadoc)

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to