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 ccecd14 Javadoc fixes
ccecd14 is described below
commit ccecd14438827fdddccab6a26881ac41a61b1077
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Jan 13 14:43:40 2023 -0500
Javadoc fixes
---
core/src/main/java/org/apache/commons/jci2/compilers/JavaCompiler.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/core/src/main/java/org/apache/commons/jci2/compilers/JavaCompiler.java
b/core/src/main/java/org/apache/commons/jci2/compilers/JavaCompiler.java
index 56216a8..32687c5 100644
--- a/core/src/main/java/org/apache/commons/jci2/compilers/JavaCompiler.java
+++ b/core/src/main/java/org/apache/commons/jci2/compilers/JavaCompiler.java
@@ -39,7 +39,7 @@ import org.apache.commons.jci2.stores.ResourceStore;
public interface JavaCompiler {
/**
- * Set the the handler that gets the notification of an error
+ * Set 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.