summaryrefslogtreecommitdiffstats
path: root/policy-executor-stub/src
diff options
context:
space:
mode:
Diffstat (limited to 'policy-executor-stub/src')
-rw-r--r--policy-executor-stub/src/main/java/org/onap/cps/policyexecutor/stub/controller/Sleeper.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/policy-executor-stub/src/main/java/org/onap/cps/policyexecutor/stub/controller/Sleeper.java b/policy-executor-stub/src/main/java/org/onap/cps/policyexecutor/stub/controller/Sleeper.java
index 8f904cc5f2..789201ffce 100644
--- a/policy-executor-stub/src/main/java/org/onap/cps/policyexecutor/stub/controller/Sleeper.java
+++ b/policy-executor-stub/src/main/java/org/onap/cps/policyexecutor/stub/controller/Sleeper.java
@@ -24,8 +24,8 @@ import java.util.concurrent.TimeUnit;
import org.springframework.stereotype.Service;
/**
- * This class is a successfull experiment to extract out sleep functionality so the interrupted exception handling can
- * be covered with a test (e.g. using spy ion Sleeper) and help to get too 100% code coverage.
+ * This class is to extract out sleep functionality so the interrupted exception handling can
+ * be covered with a test (e.g. using spy on Sleeper) and help to get too 100% code coverage.
*/
@Service
public class Sleeper {