Skip to content

Commit

Permalink
Method set to private to prevent confusion
Browse files Browse the repository at this point in the history
  • Loading branch information
pedro committed Jun 8, 2010
1 parent fa1c55a commit a6ce440
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ public Object getConnection() {
return client;
}

public Client getCassandraClient() {
private Client getCassandraClient() {

boolean openClient = false;
Client cl = null;
Expand Down

0 comments on commit a6ce440

Please sign in to comment.