HDFS-16886: Fixes error in documentation for StateStoreRecordsOperations. (#5290)

This commit is contained in:
Simbarashe Dzinamarira 2023-01-11 11:46:51 -08:00 committed by Owen O'Malley
parent af96e0f5b3
commit dde22d522c
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ public interface StateStoreRecordOperations {
* @param clazz Class of record to fetch.
* @param query Query to filter results.
* @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
* be queried.
*/