Skip to content

Commit

Permalink
LPS-137503 regen
Browse files Browse the repository at this point in the history
  • Loading branch information
brianchandotcom committed Aug 17, 2021
1 parent 7def6c0 commit 6154b45
Show file tree
Hide file tree
Showing 14 changed files with 3 additions and 2 deletions.
Expand Up @@ -36,7 +36,8 @@ components:
type: object
info:
description:
""
"A Java client JAR is available for use with the group ID 'com.liferay', artifact ID
'com.liferay.headless.portal.instances.client', and version '1.0.0'."
license:
name: Apache 2.0
url: http://www.apache.org/licenses/LICENSE-2.0.html
Expand Down
Expand Up @@ -47,7 +47,7 @@
)
@Generated("")
@OpenAPIDefinition(
info = @Info(description = "", license = @License(name = "Apache 2.0", url = "http://www.apache.org/licenses/LICENSE-2.0.html"), title = "Liferay Portal Instances Headless API", version = "v1.0")
info = @Info(description = "A Java client JAR is available for use with the group ID 'com.liferay', artifact ID 'com.liferay.headless.portal.instances.client', and version '1.0.0'.", license = @License(name = "Apache 2.0", url = "http://www.apache.org/licenses/LICENSE-2.0.html"), title = "Liferay Portal Instances Headless API", version = "v1.0")
)
@Path("/v1.0")
public class OpenAPIResourceImpl {
Expand Down

0 comments on commit 6154b45

Please sign in to comment.