Skip to content

Commit

Permalink
Fix Javadoc issues in DatastoreBatch #31
Browse files Browse the repository at this point in the history
  • Loading branch information
sai-pullabhotla committed Sep 22, 2016
1 parent 87c6abf commit 7f96013
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/com/jmethods/catatumbo/DatastoreBatch.java
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ public interface DatastoreBatch {
void deleteByKey(List<DatastoreKey> 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.
Expand All @@ -230,7 +230,7 @@ public interface DatastoreBatch {
<E> void delete(Class<E> 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.
Expand Down

0 comments on commit 7f96013

Please sign in to comment.