This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-jci.git
The following commit(s) were added to refs/heads/master by this push: new ea9bba3 Normalize setter Javadoc ea9bba3 is described below commit ea9bba3a7f208d3371349da419d87c4accd9d365 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Tue Oct 31 07:07:35 2023 -0400 Normalize setter Javadoc --- .../main/java/org/apache/commons/jci2/core/compiler/JavaCompiler.java | 2 +- .../apache/commons/jci2/fam/monitor/FilesystemAlterationMonitor.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core/src/main/java/org/apache/commons/jci2/core/compiler/JavaCompiler.java b/core/src/main/java/org/apache/commons/jci2/core/compiler/JavaCompiler.java index 76f8cd1..b9ecebc 100644 --- a/core/src/main/java/org/apache/commons/jci2/core/compiler/JavaCompiler.java +++ b/core/src/main/java/org/apache/commons/jci2/core/compiler/JavaCompiler.java @@ -39,7 +39,7 @@ import org.apache.commons.jci2.core.stores.ResourceStore; public interface JavaCompiler { /** - * Set the handler that gets the notification of an error + * Sets the handler that gets the notification of an error * or warning as soon as this information is available from * the compiler. * Note: Some compilers might not support this feature. diff --git a/fam/src/main/java/org/apache/commons/jci2/fam/monitor/FilesystemAlterationMonitor.java b/fam/src/main/java/org/apache/commons/jci2/fam/monitor/FilesystemAlterationMonitor.java index 65c38b6..f2161c4 100644 --- a/fam/src/main/java/org/apache/commons/jci2/fam/monitor/FilesystemAlterationMonitor.java +++ b/fam/src/main/java/org/apache/commons/jci2/fam/monitor/FilesystemAlterationMonitor.java @@ -69,7 +69,7 @@ public final class FilesystemAlterationMonitor implements Runnable { /** - * Set the delay between calls to the observers. + * Sets the delay between calls to the observers. * * @param pDelay the delay in milliseconds (default if not set 3000 ms) */