We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47b81eb commit ecf3d6dCopy full SHA for ecf3d6d
1 file changed
api/maven-api-core/src/main/java/org/apache/maven/api/plugin/Log.java
@@ -49,7 +49,7 @@ public interface Log {
49
void debug(CharSequence content);
50
51
/**
52
- * 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.
53
* The error's stacktrace will be output when this error level is enabled.
54
*
55
* @param content the message to log
0 commit comments