changeset 165:8ff65314fb0d

Fix typo in jvms service yaml The property 'endTime' should actually be 'stopTime' and it is so in the implementation. This patch fixes the yaml to match. Reviewed-by: jerboaa Review-thread: http://icedtea.classpath.org/pipermail/thermostat/2017-June/023398.html
author Jie Kang <jkang@redhat.com>
date Thu, 01 Jun 2017 08:52:08 -0400
parents e84c133dfe3e
children 10df2fd85ca1
files services/jvms/src/main/resources/jvms-swagger.yaml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/services/jvms/src/main/resources/jvms-swagger.yaml	Wed May 31 10:51:36 2017 -0400
+++ b/services/jvms/src/main/resources/jvms-swagger.yaml	Thu Jun 01 08:52:08 2017 -0400
@@ -108,7 +108,7 @@
       startTime:
         type: integer
         format: int64
-      endTime:
+      stopTime:
         type: integer
         format: int64
       jvmPid: