GitHub user krichter722 opened a pull request:
https://github.com/apache/storm/pull/459
avoiding rawtypes in IBold.prepare in order to allow usage without @Supp...
...ressWarnings("rawtypes") which can be quite annoying during intensive
usage of storm. Some classes which don't have the generic type of their
superclass specified need that specification (it's `Object` for all of them).
Removed some trailing whitespace as well.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/krichter722/storm generics
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/storm/pull/459.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 #459
----
commit 0e6fc05cddf29b36eb84a99967d9faf7cca6f47c
Author: Karl-Philipp Richter <[email protected]>
Date: 2015-03-09T01:09:41Z
avoiding rawtypes in IBold.prepare in order to allow usage without
@SuppressWarnings("rawtypes")
----
---
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.
---