Skip to content

Commit

Permalink
Fixed Context JavaDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
gregrluck committed May 27, 2014
1 parent 4a24950 commit f5de85a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -30,7 +30,7 @@
public interface Context<K, V> {

/**
* Emits a key-value pair to the sample space. The same key can be used multiple
* Emits a key-value pair to the intermediate working space. The same key can be used multiple
* times to collect values under the same key.
*
* @param key emitted key.
Expand Down

0 comments on commit f5de85a

Please sign in to comment.