This is an automated email from the ASF dual-hosted git repository.
elharo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven.git
The following commit(s) were added to refs/heads/master by this push:
new ecf3d6d8cb in --> at (but really check if direct pushes to master are
now blocked)
ecf3d6d8cb is described below
commit ecf3d6d8cbf67d33300e6e4ace613a049b0c4a8b
Author: Elliotte Rusty Harold <[email protected]>
AuthorDate: Fri Jul 10 08:37:16 2026 -0500
in --> at (but really check if direct pushes to master are now blocked)
---
api/maven-api-core/src/main/java/org/apache/maven/api/plugin/Log.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/api/maven-api-core/src/main/java/org/apache/maven/api/plugin/Log.java
b/api/maven-api-core/src/main/java/org/apache/maven/api/plugin/Log.java
index f2968295e4..50627efd86 100644
--- a/api/maven-api-core/src/main/java/org/apache/maven/api/plugin/Log.java
+++ b/api/maven-api-core/src/main/java/org/apache/maven/api/plugin/Log.java
@@ -49,7 +49,7 @@ public interface Log {
void debug(CharSequence content);
/**
- * Sends a message (and accompanying exception) to the user in the
<b>debug</b> error level.
+ * Sends a message (and accompanying exception) to the user at the
<b>debug</b> error level.
* The error's stacktrace will be output when this error level is enabled.
*
* @param content the message to log