[
https://issues.apache.org/jira/browse/STORM-1616?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15196028#comment-15196028
]
ASF GitHub Bot commented on STORM-1616:
---------------------------------------
Github user revans2 commented on a diff in the pull request:
https://github.com/apache/storm/pull/1199#discussion_r56225575
--- Diff: storm-core/src/jvm/org/apache/storm/trident/planner/Node.java ---
@@ -25,7 +26,7 @@
import org.apache.commons.lang.builder.ToStringStyle;
-public class Node implements Serializable {
+public class Node extends DefaultResourceDeclarer implements Serializable {
--- End diff --
And if DefaultResoureDeclarer is Generic this would change to.
```
public class Node extends DefaultResourceDeclarer<Node> implements
Serializable {
```
> Add RAS API for Trident
> -----------------------
>
> Key: STORM-1616
> URL: https://issues.apache.org/jira/browse/STORM-1616
> Project: Apache Storm
> Issue Type: Bug
> Reporter: Kyle Nusbaum
> Assignee: Kyle Nusbaum
>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)