aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-model/src/main/java/org/openecomp/sdc/be/model/cache/workers/CacheWorker.java
diff options
context:
space:
mode:
Diffstat (limited to 'catalog-model/src/main/java/org/openecomp/sdc/be/model/cache/workers/CacheWorker.java')
-rw-r--r--catalog-model/src/main/java/org/openecomp/sdc/be/model/cache/workers/CacheWorker.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/catalog-model/src/main/java/org/openecomp/sdc/be/model/cache/workers/CacheWorker.java b/catalog-model/src/main/java/org/openecomp/sdc/be/model/cache/workers/CacheWorker.java
index e70916f170..1db02c4c56 100644
--- a/catalog-model/src/main/java/org/openecomp/sdc/be/model/cache/workers/CacheWorker.java
+++ b/catalog-model/src/main/java/org/openecomp/sdc/be/model/cache/workers/CacheWorker.java
@@ -52,7 +52,7 @@ public class CacheWorker implements Runnable, IWorker {
}
/**
- * the method will try to get a job if one is avilable it will be retrived
+ * the method will try to get a job if one is avilable it will be retrieved
* and handled. if no jobs are available the worker will block for 500
* milliseconds and then it wil check if it needs to shutdown. if not it
* will block again and so on until sutdown or a new job is available