From bcc6ddcaf650cde3a8234da5e816698371ca08e3 Mon Sep 17 00:00:00 2001 From: Johannes Hahn Date: Mon, 22 Apr 2024 11:17:38 +0200 Subject: [PATCH] fix typos in Mojo parameter documentation --- .../ascopes/protobufmavenplugin/AbstractGenerateMojo.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/protobuf-maven-plugin/src/main/java/io/github/ascopes/protobufmavenplugin/AbstractGenerateMojo.java b/protobuf-maven-plugin/src/main/java/io/github/ascopes/protobufmavenplugin/AbstractGenerateMojo.java index 7beb92bb..5dbd9d85 100644 --- a/protobuf-maven-plugin/src/main/java/io/github/ascopes/protobufmavenplugin/AbstractGenerateMojo.java +++ b/protobuf-maven-plugin/src/main/java/io/github/ascopes/protobufmavenplugin/AbstractGenerateMojo.java @@ -98,7 +98,7 @@ public abstract class AbstractGenerateMojo extends AbstractMojo { *
  • {@code version} - the version - required
  • *
  • {@code type} - the artifact type - optional
  • *
  • {@code classifier} - the artifact classifier - optional
  • - *
  • {@code dependencyResolutionScope} - the dependency resolution scope to override + *
  • {@code dependencyResolutionDepth} - the dependency resolution depth to override * the project settings with - optional
  • * * @@ -209,7 +209,7 @@ public abstract class AbstractGenerateMojo extends AbstractMojo { *
  • {@code version} - the version - required
  • *
  • {@code type} - the artifact type - optional
  • *
  • {@code classifier} - the artifact classifier - optional
  • - *
  • {@code dependencyResolutionScope} - the dependency resolution scope to override + *
  • {@code dependencyResolutionDepth} - the dependency resolution depth to override * the project settings with - optional
  • * * @@ -262,7 +262,7 @@ public abstract class AbstractGenerateMojo extends AbstractMojo { *
  • {@code version} - the version - required
  • *
  • {@code type} - the artifact type - optional
  • *
  • {@code classifier} - the artifact classifier - optional
  • - *
  • {@code dependencyResolutionScope} - the dependency resolution scope to override + *
  • {@code dependencyResolutionDepth} - the dependency resolution depth to override * the project settings with - optional
  • * * @@ -364,7 +364,7 @@ public abstract class AbstractGenerateMojo extends AbstractMojo { *
  • {@code version} - the version - required
  • *
  • {@code type} - the artifact type - optional
  • *
  • {@code classifier} - the artifact classifier - optional
  • - *
  • {@code dependencyResolutionScope} - the dependency resolution scope to override + *
  • {@code dependencyResolutionDepth} - the dependency resolution depth to override * the project settings with - optional
  • * *