Tighten class accessibility in JDBC Suite
-----------------------------------------
Key: CASSANDRA-3135
URL: https://issues.apache.org/jira/browse/CASSANDRA-3135
Project: Cassandra
Issue Type: Improvement
Components: Drivers
Affects Versions: 0.8.4
Reporter: Rick Shaw
Assignee: Rick Shaw
Priority: Trivial
Fix For: 0.8.5
Tighten up class accessibility by making classes in the suite that are not
intended to be instantiated by a client directly remove the {{public}}
modifier. In addition make abstract named classes use the {{abstract}}
modifier. And finally make methods that are not part of public interfaces but
shared in the package be marked {{protected}}.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira