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.