Skip to content
This repository has been archived by the owner on Feb 27, 2023. It is now read-only.

Commit

Permalink
Merge branch 'master' of github.com:rantav/hector
Browse files Browse the repository at this point in the history
  • Loading branch information
rantav committed Sep 22, 2010
2 parents 6756e8e + 37d9ae3 commit d7a872d
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -709,6 +709,6 @@ public String toString() {
b.append("KeyspaceImpl<");
b.append(getClient());
b.append(">");
return super.toString();
return b.toString();
}
}

0 comments on commit d7a872d

Please sign in to comment.