Skip to content

Commit

Permalink
Fix JavaDoc typo
Browse files Browse the repository at this point in the history
  • Loading branch information
keeganwitt committed Sep 21, 2021
1 parent 060f1f3 commit 2bcf757
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public abstract class AbstractCompileMojo extends AbstractGroovySourcesMojo {
protected static final Version GROOVY_4_0_0_ALPHA1 = new Version(4, 0, 0, "alpha-1");

/**
* Groovy 3.0.9 version.
* Groovy 3.0.8 version.
*/
protected static final Version GROOVY_3_0_8 = new Version(3, 0, 8);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public abstract class AbstractGenerateStubsMojo extends AbstractGroovyStubSource
protected static final Version GROOVY_4_0_0_ALPHA1 = new Version(4, 0, 0, "alpha-1");

/**
* Groovy 3.0.9 version.
* Groovy 3.0.8 version.
*/
protected static final Version GROOVY_3_0_8 = new Version(3, 0, 8);

Expand Down

0 comments on commit 2bcf757

Please sign in to comment.