Skip to content

Commit

Permalink
MINOR: Javadoc typo
Browse files Browse the repository at this point in the history
  • Loading branch information
astubbs committed Feb 16, 2017
1 parent 5fcc458 commit b4d4ebf
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -25,7 +25,7 @@
import org.apache.kafka.streams.processor.TimestampExtractor;

/**
* The {@code Transformer} interface for stateful mapping of an input record to zero, one, or multiple new output
* The {@code Transformer} interface is for stateful mapping of an input record to zero, one, or multiple new output
* records (both key and value type can be altered arbitrarily).
* This is a stateful record-by-record operation, i.e, {@link #transform(Object, Object)} is invoked individually for
* each record of a stream and can access and modify a state that is available beyond a single call of
Expand Down

0 comments on commit b4d4ebf

Please sign in to comment.