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 { ```
--- 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 infrastruct...@apache.org or file a JIRA ticket with INFRA. ---