From aa6be98611f38634dba4f06a4ac1d3e9de44d402 Mon Sep 17 00:00:00 2001 From: David Walluck Date: Mon, 21 Jun 2021 17:54:03 -0400 Subject: [PATCH] Remove extra table closing tag and fix getRESTAPI return type --- guide/groovy.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/guide/groovy.md b/guide/groovy.md index 64220503..3c497415 100644 --- a/guide/groovy.md +++ b/guide/groovy.md @@ -86,9 +86,8 @@ The following API is made available: - -| [getRESTAPI](https://www.javadoc.io/doc/org.commonjava.maven.ext/pom-manipulation-io/latest/org/commonjava/maven/ext/io/rest/Translator.html) getRESTAPI() | Get the REST Version Translator. | +| [Translator](https://www.javadoc.io/doc/org.commonjava.maven.ext/pom-manipulation-io/latest/org/commonjava/maven/ext/io/rest/Translator.html) getRESTAPI() | Get the REST Version Translator. | When running as `FIRST` Gradle has not parsed and created the Project which means the `getModel`/`getProject` calls are not available. However it is possible to ammend the Gradle scripts directly on disk which will then be read as part of the following alignment process.