Skip to content

Commit c913f1a

Browse files
committed
docs: rename parameter name at javadoc
Signed-off-by: Maximillian Arruda <dearrudam@gmail.com>
1 parent 5646a25 commit c913f1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jnosql-mongodb/src/main/java/org/eclipse/jnosql/databases/mongodb/mapping/MongoDBTemplate.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ public interface MongoDBTemplate extends JNoSQLDocumentTemplate {
109109
/**
110110
* Returns the number of items in the collection that match the given query filter.
111111
*
112-
* @param entity the collection name
112+
* @param entity the entity type
113113
* @param filter the filter
114114
* @return the number of documents founded.
115115
* @throws NullPointerException when filter or collectionName is null

0 commit comments

Comments
 (0)