Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix ParallelSentimentAnalyzer constructor argument (#182)
* Possible typo in readme of Lab 09 * Fix ParallelSentimentAnalyzer constructor argument `testAnalyzeWithMultipleInputs()` is calling `ParallelSentimentAnalyzer` constructor with `Map<String, SentimentScore>`, but the constructor takes `Map<String, Integer>`. I'm assuming the test is correctly passing a `Map<String, SentimentScore>` and the constructor is incorrect.
- Loading branch information