X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=integration-test%2Fsrc%2Ftest%2Fjava%2Forg%2Fonap%2Fcps%2Fintegration%2FResourceMeter.java;h=c7d96c4c2bc3bc69ffe985be38a02b6517142882;hb=0fdda53aa0dde9ec3a4c1b287b3ff8da4a75da5c;hp=1e420013d4f39c35e69657db174cfbbad3d89afc;hpb=e082710eaff7ef813f474e8adc56358dab8debc5;p=cps.git diff --git a/integration-test/src/test/java/org/onap/cps/integration/ResourceMeter.java b/integration-test/src/test/java/org/onap/cps/integration/ResourceMeter.java index 1e420013d..c7d96c4c2 100644 --- a/integration-test/src/test/java/org/onap/cps/integration/ResourceMeter.java +++ b/integration-test/src/test/java/org/onap/cps/integration/ResourceMeter.java @@ -48,8 +48,8 @@ public class ResourceMeter { } /** - * Get the total time in milliseconds. - * @return total time in milliseconds + * Get the total time in seconds. + * @return total time in seconds */ public double getTotalTimeInSeconds() { return stopWatch.getTotalTimeSeconds();