This is an automated email from the ASF dual-hosted git repository.
yuxia pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/fluss.git
The following commit(s) were added to refs/heads/main by this push:
new e9f01dea9 [typo] Fix typo in Scheduler.java (#1413)
e9f01dea9 is described below
commit e9f01dea9bb80c79821b820eda534c7ff36d5cb0
Author: XianmingZhou00 <[email protected]>
AuthorDate: Thu Jul 31 16:31:32 2025 +0800
[typo] Fix typo in Scheduler.java (#1413)
---
.../src/main/java/com/alibaba/fluss/utils/concurrent/Scheduler.java | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
a/fluss-common/src/main/java/com/alibaba/fluss/utils/concurrent/Scheduler.java
b/fluss-common/src/main/java/com/alibaba/fluss/utils/concurrent/Scheduler.java
index 0d39fdad0..7454b163a 100644
---
a/fluss-common/src/main/java/com/alibaba/fluss/utils/concurrent/Scheduler.java
+++
b/fluss-common/src/main/java/com/alibaba/fluss/utils/concurrent/Scheduler.java
@@ -24,8 +24,8 @@ import java.util.concurrent.ScheduledFuture;
/**
* A scheduler for running jobs.
*
- * <p>This interface controls a job scheduler that allows scheduling either
repeating backgroud jobs
- * that execute periodically, or one-time jobs that execute once.
+ * <p>This interface controls a job scheduler that allows scheduling either
repeating background
+ * jobs that execute periodically, or one-time jobs that execute once.
*/
@Internal
public interface Scheduler {