This is an automated email from the ASF dual-hosted git repository. omalley pushed a commit to branch branch-3.3 in repository https://gitbox.apache.org/repos/asf/hadoop.git
The following commit(s) were added to refs/heads/branch-3.3 by this push: new dde22d522c7 HDFS-16886: Fixes error in documentation for StateStoreRecordsOperations. (#5290) dde22d522c7 is described below commit dde22d522c7733e80ae9a03d239106f2230aa793 Author: Simbarashe Dzinamarira <sdzinamar...@linkedin.com> AuthorDate: Wed Jan 11 11:46:51 2023 -0800 HDFS-16886: Fixes error in documentation for StateStoreRecordsOperations. (#5290) --- .../hdfs/server/federation/store/driver/StateStoreRecordOperations.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hadoop-hdfs-project/hadoop-hdfs-rbf/src/main/java/org/apache/hadoop/hdfs/server/federation/store/driver/StateStoreRecordOperations.java b/hadoop-hdfs-project/hadoop-hdfs-rbf/src/main/java/org/apache/hadoop/hdfs/server/federation/store/driver/StateStoreRecordOperations.java index b5ce8f8d411..3b781cb485b 100644 --- a/hadoop-hdfs-project/hadoop-hdfs-rbf/src/main/java/org/apache/hadoop/hdfs/server/federation/store/driver/StateStoreRecordOperations.java +++ b/hadoop-hdfs-project/hadoop-hdfs-rbf/src/main/java/org/apache/hadoop/hdfs/server/federation/store/driver/StateStoreRecordOperations.java @@ -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. */ --------------------------------------------------------------------- To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-commits-h...@hadoop.apache.org