twitter / storehaus

Storehaus is a library that makes it easy to work with asynchronous key value stores
Apache License 2.0
465 stars 92 forks source link

AsyncHBaseStringStore is returning wrong instance #271

Closed MansurAshraf closed 9 years ago

MansurAshraf commented 9 years ago

fixes https://github.com/twitter/storehaus/issues/270

johnynek commented 9 years ago

While you are at it, can you just directly call the hbase string injection?

https://github.com/twitter/storehaus/pull/271/files#diff-0081b294174d955d5f2bc1937683188fR51

Rather than using implicit resolution for a concrete type. It would make the code a bit easier to follow.