GitHub user norbertpotocki opened a pull request:

    https://github.com/apache/storm/pull/345

    use generics when implementing TupleToKafkaMapper in FieldNameBasedTuple..

    - use generics when implementing TupleToKafkaMapper in 
FieldNameBasedTupleToKafkaMapper
    
    It fixes unchecked assignment warning in the following piece of code:
    
    ```java
     public KafkaBolt kafkaBolt() {
            return new KafkaBolt<String, String>()
                    .withTopicSelector(new DefaultTopicSelector(topicName))
                    .withTupleToKafkaMapper(new 
FieldNameBasedTupleToKafkaMapper<String, String>());
        }
    ```

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

    $ git pull https://github.com/norbertpotocki/storm master

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

    https://github.com/apache/storm/pull/345.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 #345
    
----
commit 15d9c8e490916f2ac5570ad6cf323c9d7cb3d0c0
Author: Norbert Potocki <norbert.poto...@nort.pl>
Date:   2014-12-13T00:57:20Z

    use generics when implementing TupleToKafkaMapper in 
FieldNameBasedTupleToKafkaMapper

----


---
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.
---

Reply via email to