Github user alfonsonishikawa commented on a diff in the pull request: https://github.com/apache/gora/pull/135#discussion_r224999854 --- Diff: gora-hbase/src/main/java/org/apache/gora/hbase/store/HBaseStore.java --- @@ -80,15 +81,20 @@ * DataStore for HBase. Thread safe. * */ -public class HBaseStore<K, T extends PersistentBase> extends DataStoreBase<K, T> --- End diff -- Yes, it seems it was only for HBaseStore, from the initial import of the source code 8 years ago.
---