Skip to content

Commit

Permalink
Added comments
Browse files Browse the repository at this point in the history
  • Loading branch information
abh1nay committed Jun 18, 2013
1 parent 4846ecc commit b8a8a4f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/java/voldemort/client/AbstractStoreClientFactory.java
Expand Up @@ -315,6 +315,11 @@ public <K, V, T> Store<K, V, T> getRawStore(String storeName,
}
}

/*
* Initialize the finalstore object only once the store object itself is
* wrapped by a StatrackingStore seems like the finalstore object is
* redundant?
*/
Store<K, V, T> finalStore = (Store<K, V, T>) store;

if(this.config.isEnableSerializationLayer()) {
Expand Down

0 comments on commit b8a8a4f

Please sign in to comment.