Skip to content

Commit

Permalink
Fix build warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
ascopes committed Sep 23, 2024
1 parent 57fa62c commit 3fa1796
Showing 1 changed file with 0 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,6 @@ public AbstractGenerateMojo() {
log = LoggerFactory.getLogger(getClass());
}

///
/// MOJO dependencies.
///

/**
* The source code generator.
*/
Expand All @@ -88,10 +84,6 @@ public AbstractGenerateMojo() {
@Inject
MavenProject mavenProject;

///
/// MOJO parameters.
///

/**
* Binary plugins to use with the protobuf compiler, sourced from a Maven repository.
*
Expand Down Expand Up @@ -624,10 +616,6 @@ public AbstractGenerateMojo() {
@Parameter
@Nullable List<File> sourceDirectories;

///
/// Language enabling flags
///

/**
* Enable generating C++ sources from the protobuf sources.
*
Expand Down Expand Up @@ -721,10 +709,6 @@ public AbstractGenerateMojo() {
@Parameter(defaultValue = DEFAULT_FALSE)
boolean rustEnabled;

///
/// Internal functionality
///

/**
* Provides the source root registrar for this Mojo.
*
Expand Down

0 comments on commit 3fa1796

Please sign in to comment.