Skip to content

Commit fa1b640

Browse files
committed
Fix bad english in AbstractGenerateMojo comments for plugin docs
1 parent ff9eb7f commit fa1b640

1 file changed

Lines changed: 6 additions & 7 deletions

File tree

protobuf-maven-plugin/src/main/java/io/github/ascopes/protobufmavenplugin/mojo/AbstractGenerateMojo.java

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,7 @@
3131
import io.github.ascopes.protobufmavenplugin.plugins.ProtocPlugin;
3232
import java.nio.file.Files;
3333
import java.nio.file.Path;
34-
import java.util.ArrayList;
3534
import java.util.Collection;
36-
import java.util.Collections;
3735
import java.util.List;
3836
import java.util.Map;
3937
import java.util.Optional;
@@ -619,14 +617,15 @@ public AbstractGenerateMojo() {
619617
*
620618
* <p>Most users <strong>SHOULD NOT</strong> specify this.
621619
*
622-
* <p>If users operate in an overly locked-down corporate environment that disallows running
620+
* <p>Some users operate in an overly locked-down corporate environment that disallows running
623621
* shell/batch scripts or native executables outside sanctioned locations on their local
624-
* file system, they can specify the path here either via this configuration parameter
625-
* or via a property such that any executables are first moved to a directory within this
626-
* location. This is designed to be able to be used within a Maven profile if desired.
622+
* file system. In this case, they can specify the path here either via this configuration
623+
* parameter or via a property. This will result in any executables first being moved to a
624+
* directory within this location. This is designed to be able to be used within a Maven profile
625+
* if desired.
627626
*
628627
* <p>When specified, any executables will be copied to this directory prior to invoking them.
629-
* These executables will be located in a nested sub-directory to allow this setting to be
628+
* These executables will be located in a nested subdirectory to allow this setting to be
630629
* shared across plugin invocations whilst retaining build reproducibility.
631630
*
632631
* @since 3.9.0

0 commit comments

Comments
 (0)