HDFS-16886: Fixes error in documentation for StateStoreRecordsOperations. (#5290)
This commit is contained in:
parent
af96e0f5b3
commit
dde22d522c
|
@ -56,7 +56,7 @@ public interface StateStoreRecordOperations {
|
||||||
* @param clazz Class of record to fetch.
|
* @param clazz Class of record to fetch.
|
||||||
* @param query Query to filter results.
|
* @param query Query to filter results.
|
||||||
* @return A single record matching the query. Null if there are no matching
|
* @return A single record matching the query. Null if there are no matching
|
||||||
* records or more than one matching record in the store.
|
* records.
|
||||||
* @throws IOException If multiple records match or if the data store cannot
|
* @throws IOException If multiple records match or if the data store cannot
|
||||||
* be queried.
|
* be queried.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue