From 3fa179633e3fc7691b0662f7edba8ae88843c07e Mon Sep 17 00:00:00 2001 From: Ashley Scopes <73482956+ascopes@users.noreply.github.com> Date: Mon, 23 Sep 2024 18:45:47 +0100 Subject: [PATCH] Fix build warnings --- .../mojo/AbstractGenerateMojo.java | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/protobuf-maven-plugin/src/main/java/io/github/ascopes/protobufmavenplugin/mojo/AbstractGenerateMojo.java b/protobuf-maven-plugin/src/main/java/io/github/ascopes/protobufmavenplugin/mojo/AbstractGenerateMojo.java index 3b0f1a36..32da690e 100644 --- a/protobuf-maven-plugin/src/main/java/io/github/ascopes/protobufmavenplugin/mojo/AbstractGenerateMojo.java +++ b/protobuf-maven-plugin/src/main/java/io/github/ascopes/protobufmavenplugin/mojo/AbstractGenerateMojo.java @@ -72,10 +72,6 @@ public AbstractGenerateMojo() { log = LoggerFactory.getLogger(getClass()); } - /// - /// MOJO dependencies. - /// - /** * The source code generator. */ @@ -88,10 +84,6 @@ public AbstractGenerateMojo() { @Inject MavenProject mavenProject; - /// - /// MOJO parameters. - /// - /** * Binary plugins to use with the protobuf compiler, sourced from a Maven repository. * @@ -624,10 +616,6 @@ public AbstractGenerateMojo() { @Parameter @Nullable List sourceDirectories; - /// - /// Language enabling flags - /// - /** * Enable generating C++ sources from the protobuf sources. * @@ -721,10 +709,6 @@ public AbstractGenerateMojo() { @Parameter(defaultValue = DEFAULT_FALSE) boolean rustEnabled; - /// - /// Internal functionality - /// - /** * Provides the source root registrar for this Mojo. *