Skip to content

Commit 2bcf757

Browse files
committed
Fix JavaDoc typo
1 parent 060f1f3 commit 2bcf757

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/java/org/codehaus/gmavenplus/mojo/AbstractCompileMojo.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ public abstract class AbstractCompileMojo extends AbstractGroovySourcesMojo {
5656
protected static final Version GROOVY_4_0_0_ALPHA1 = new Version(4, 0, 0, "alpha-1");
5757

5858
/**
59-
* Groovy 3.0.9 version.
59+
* Groovy 3.0.8 version.
6060
*/
6161
protected static final Version GROOVY_3_0_8 = new Version(3, 0, 8);
6262

src/main/java/org/codehaus/gmavenplus/mojo/AbstractGenerateStubsMojo.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public abstract class AbstractGenerateStubsMojo extends AbstractGroovyStubSource
6060
protected static final Version GROOVY_4_0_0_ALPHA1 = new Version(4, 0, 0, "alpha-1");
6161

6262
/**
63-
* Groovy 3.0.9 version.
63+
* Groovy 3.0.8 version.
6464
*/
6565
protected static final Version GROOVY_3_0_8 = new Version(3, 0, 8);
6666

0 commit comments

Comments
 (0)