djkevincr commented on a change in pull request #156: GORA 411 - Add 
exists(key) to DataStore interface
URL: https://github.com/apache/gora/pull/156#discussion_r271626749
 
 

 ##########
 File path: 
gora-infinispan/src/main/java/org/apache/gora/infinispan/store/InfinispanStore.java
 ##########
 @@ -179,6 +179,16 @@ public T get(K key) throws GoraException {
       throw new GoraException(e);
     }
   }
+       
+       @Override
+  public boolean exists(K key) throws GoraException {
+    LOG.debug("exists("+key+")");
 
 Review comment:
   Please use parameterized logging in all cases, avoid using String 
concatenation.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to