From 7f96013f49a14702e80ffad39bef6bce4d9be3d2 Mon Sep 17 00:00:00 2001 From: Sai Pullabhotla Date: Wed, 21 Sep 2016 19:06:35 -0500 Subject: [PATCH] Fix Javadoc issues in DatastoreBatch #31 --- src/main/java/com/jmethods/catatumbo/DatastoreBatch.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/com/jmethods/catatumbo/DatastoreBatch.java b/src/main/java/com/jmethods/catatumbo/DatastoreBatch.java index 9d8a42f..8630044 100644 --- a/src/main/java/com/jmethods/catatumbo/DatastoreBatch.java +++ b/src/main/java/com/jmethods/catatumbo/DatastoreBatch.java @@ -218,7 +218,7 @@ public interface DatastoreBatch { void deleteByKey(List keys); /** - * Adds the given ID & entity type to this batch for deletion. + * Adds the given ID and entity type to this batch for deletion. * * @param entityClass * the entity class. @@ -230,7 +230,7 @@ public interface DatastoreBatch { void delete(Class entityClass, long id); /** - * Adds the given ID & entity type to this batch for deletion. + * Adds the given ID and entity type to this batch for deletion. * * @param entityClass * the entity class.