You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by gr...@apache.org on 2020/10/02 04:10:05 UTC

[ofbiz-plugins] branch trunk updated: Improved: Changed display name for OFBiz Rest APIs on swagger(OFBIZ-11328)

This is an automated email from the ASF dual-hosted git repository.

grv pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ofbiz-plugins.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 9b92939  Improved: Changed display name for OFBiz Rest APIs on swagger(OFBIZ-11328)
9b92939 is described below

commit 9b92939318fc29f19915844953978e4c4e4d994f
Author: Girish Vasmatkar <gi...@hotwaxsystems.com>
AuthorDate: Fri Oct 2 09:35:58 2020 +0530

    Improved: Changed display name for OFBiz Rest APIs on swagger(OFBIZ-11328)
---
 .../src/main/java/org/apache/ofbiz/ws/rs/resources/OpenApiResource.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ofbiz-rest-impl/src/main/java/org/apache/ofbiz/ws/rs/resources/OpenApiResource.java b/ofbiz-rest-impl/src/main/java/org/apache/ofbiz/ws/rs/resources/OpenApiResource.java
index d2f3406..992b41e 100644
--- a/ofbiz-rest-impl/src/main/java/org/apache/ofbiz/ws/rs/resources/OpenApiResource.java
+++ b/ofbiz-rest-impl/src/main/java/org/apache/ofbiz/ws/rs/resources/OpenApiResource.java
@@ -113,7 +113,7 @@ public final class OpenApiResource {
 
 
     private Info buildOpenApiInfo() {
-        Info info = new Info().version("1.0.0").title("OFBiz REST Store")
+        Info info = new Info().version("1.0.0").title("OFBiz REST APIs")
                 .description("Open API specification for OFBiz RESTful APIs.").contact(buildOpenApiContact())
                 .termsOfService("http://www.apache.org/licenses/LICENSE-2.0.html")
                 .license(new License()