Closed nerlichman closed 5 years ago
Hi @nerlichman, thanks for your PR, I don't think TwitterUtils
should extend ChatUtils
, the Twitter platform is not a concrete implementation of Chat platform. It will be fine if you remove the extends ChatUtils
in TwitterUtils
and remove the dependency to the chat platform in the pom.xml
file.
For now it is only used to detach the properties keys that until now were defined in
TwitterPlatform.java
file. It could also be used in the future to hold any other configuration needed if/when RTM functionality is added to the platform.