Skip to content

Commit 500384e

Browse files
committed
[javadocs] Fix code tags
1 parent 773aa5d commit 500384e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/java/pl/project13/maven/git/GitCommitIdMojo.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -927,8 +927,8 @@ public class GitCommitIdMojo extends AbstractMojo {
927927
* of the input/output property.
928928
* This behaviour can be achieved by defining a list of {@code transformationRules} for
929929
* the property where those rules should take effect.
930-
* Each {@code transformationRule} consist of two required fields {@cdoe apply} and {@code action}.
931-
* The {@cdoe apply}-tag controls when the rule should be applied and can be set to {@code BEFORE}
930+
* Each {@code transformationRule} consist of two required fields {@code apply} and {@code action}.
931+
* The {@code apply}-tag controls when the rule should be applied and can be set to {@code BEFORE}
932932
* to have the rule being applied before or it can be set to {@code AFTER} to have the
933933
* rule being applied after the replacement.
934934
* The {@code action}-tag determines the string conversion rule that should be applied.

0 commit comments

Comments
 (0)