This is an automated email from the ASF dual-hosted git repository.
tangyun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git
The following commit(s) were added to refs/heads/master by this push:
new 7368370 [hotfix][javadoc] Fix typo of getTriggeredSavepointStatus
7368370 is described below
commit 7368370dc2887693fbeba13edd7c8ae671b1d49d
Author: Yun Tang <[email protected]>
AuthorDate: Tue Mar 1 15:05:26 2022 +0800
[hotfix][javadoc] Fix typo of getTriggeredSavepointStatus
---
.../main/java/org/apache/flink/runtime/webmonitor/RestfulGateway.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/flink-runtime/src/main/java/org/apache/flink/runtime/webmonitor/RestfulGateway.java
b/flink-runtime/src/main/java/org/apache/flink/runtime/webmonitor/RestfulGateway.java
index bd26efd..44e189d 100644
---
a/flink-runtime/src/main/java/org/apache/flink/runtime/webmonitor/RestfulGateway.java
+++
b/flink-runtime/src/main/java/org/apache/flink/runtime/webmonitor/RestfulGateway.java
@@ -184,7 +184,7 @@ public interface RestfulGateway extends RpcGateway {
}
/**
- * Get the status of of savepoint triggered under the specified operation
key.
+ * Get the status of a savepoint triggered under the specified operation
key.
*
* @param operationKey key of the operation
* @return Future which completes immediately with the status, or fails if
no operation is