forked from hazelcast/hazelcast-jet-demos
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Minor improvements to Cryptocurrency Demo App (hazelcast#67)
* Minor improvements: 1. Print full name of each currency rather than the symbol, which most people don't know 2. Remove SLF4J warning by adding the noop mvn dep 3. Remove the @OverRide annotation from close which does not override any method in the superclass * Added Override annotations * Changed slf4j-nop to slf4j-log4j12 dependency * Shared SentimentAnalyzer instance locally
- Loading branch information
Emin Demirci
authored
Apr 9, 2018
1 parent
e9dda19
commit 8a16212
Showing
5 changed files
with
57 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters