Merge "Remove duplicated class variable" 1.0.0-Amsterdam 1.0.0-ONAP v1.0.0
authorHuabingZhao <zhao.huabing@zte.com.cn>
Thu, 19 Oct 2017 03:06:33 +0000 (03:06 +0000)
committerGerrit Code Review <gerrit@onap.org>
Thu, 19 Oct 2017 03:06:33 +0000 (03:06 +0000)
example/src/main/resources/swagger.properties

index 41eb5f0..d1bacd2 100644 (file)
 #    limitations under the License.
 
 # Used to do swagger configuration.
-# Open-O Service REST API version
+# ONAP Service REST API version
 api-version=1.0.0
 
-# Open-O Service REST API swagger document title
+# ONAP Service REST API swagger document title
 api-title=MicroService Bus rest API Sample
 
-# Open-O Service REST API swagger document description
+# ONAP Service REST API swagger document description
 api-description=MicroService Bus rest API Sample
 
-# Open-O Service REST API supported protocols
+# ONAP Service REST API supported protocols
 api-schemas=http,https
 
-# Open-O Service REST API ROOT URI
+# ONAP Service REST API ROOT URI
 api-base-path=/api/microservices/v1
 
 # swagger.json URI on top of api-base-path. so final URI would as follows