himanshuacharya95 commented on code in PR #273: URL: https://github.com/apache/gora/pull/273#discussion_r973775993
########## gora-geode/src/main/java/org/apache/gora/geode/store/GeodeStore.java: ########## @@ -0,0 +1,187 @@ +package org.apache.gora.geode.store; + +import org.apache.geode.cache.*; Review Comment: Replaced wildcard import statements with only required ones. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]

