Skip to content

Commit 1d6c033

Browse files
committed
Fix javadoc error.
Closes #1476.
1 parent 4d0ecf3 commit 1d6c033

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/main/java/org/springframework/data/couchbase/core/query/StringQuery.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,9 @@ scopeName, collectionName, converter, typeKey, typeValue, parameterAccessor, new
134134
/**
135135
* toN1qlRemoveString - use toN1qlSelectString
136136
*
137-
* @param template
137+
* @param converter
138+
* @param bucketName
139+
* @param scopeName
138140
* @param collectionName
139141
* @param domainClass
140142
*/

0 commit comments

Comments
 (0)