ppat / storm-rabbitmq

A library of tools for interacting with RabbitMQ from Storm.
MIT License
126 stars 77 forks source link

Made abstract class methods protected. #24

Closed bdgould closed 9 years ago

bdgould commented 9 years ago

Moved from default scope to protected scope so that extensions of this class would have appropriate visibility to override the methods without having the class in the same package.