This is an automated email from the ASF dual-hosted git repository. cstamas 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 903cf59b0b Add missing annotation 903cf59b0b is described below commit 903cf59b0bc6079b40a6d2aabc019471b7a94ec8 Author: Tamas Cservenak <ta...@cservenak.net> AuthorDate: Wed Nov 13 17:00:46 2024 +0100 Add missing annotation --- .../src/main/java/org/apache/maven/api/cli/ParserRequest.java | 1 + 1 file changed, 1 insertion(+) diff --git a/api/maven-api-cli/src/main/java/org/apache/maven/api/cli/ParserRequest.java b/api/maven-api-cli/src/main/java/org/apache/maven/api/cli/ParserRequest.java index 014576b492..a218f23eb9 100644 --- a/api/maven-api-cli/src/main/java/org/apache/maven/api/cli/ParserRequest.java +++ b/api/maven-api-cli/src/main/java/org/apache/maven/api/cli/ParserRequest.java @@ -60,6 +60,7 @@ public interface ParserRequest { * * @return the command (human) name */ + @Nonnull String commandName(); /**