DATAES-814 - Fix documentation.

Original PR: #448
This commit is contained in:
Peter-Josef Meisch 2020-05-06 08:19:48 +02:00 committed by GitHub
parent 4deea9d667
commit 3c9b0a7b2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -273,7 +273,7 @@ Repository methods can be defined to have the following return types for returni
* `List<T>`
* `Stream<T>`
* `SearchHits<T>`
* `List<SearchHits<T>>`
* `List<SearchHit<T>>`
* `Stream<SearchHit<T>>`
* `SearchPage<T>`