You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by mxm <gi...@git.apache.org> on 2015/12/01 14:27:39 UTC

[GitHub] flink pull request: [FLINK-2837][storm] various improvements for S...

Github user mxm commented on a diff in the pull request:

    https://github.com/apache/flink/pull/1398#discussion_r46276898
  
    --- Diff: flink-contrib/flink-storm/src/main/java/org/apache/flink/storm/wrappers/WrapperSetupHelper.java ---
    @@ -224,7 +224,7 @@ static synchronized TopologyContext createTopologyContext(
     	 *            OUTPUT: A map from all component IDs to there output streams and output fields.
     	 * 
     	 * @return A unique task ID if the currently processed Spout or Bolt ({@code componentId}) is equal to the current
    -	 *         Flink operator ({@link operatorName}) -- {@code null} otherwise.
    +	 *         Flink operator ({@param operatorName}) -- {@code null} otherwise.
    --- End diff --
    
    Ok, let's use code.
    
    http://stackoverflow.com/questions/1667212/reference-a-method-parameter-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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---