Java docs

Signed-off-by: Fabio José <fabiojose@gmail.com>
This commit is contained in:
Fabio José 2019-09-10 22:18:26 -03:00
parent e4237f3a26
commit 4bea5a311f
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ import io.cloudevents.format.Wire;
*
* @param <K> The key type
* @param <A> The attributes type
* @param <T> The 'data' type
* @param <T> The CloudEvent 'data' type
*/
public class CloudEventsKafkaProducer<K, A extends Attributes, T> implements
Producer<K, CloudEvent<A, T>> {