summaryrefslogtreecommitdiffstats
path: root/catalog-model
diff options
context:
space:
mode:
authorLiang Ding <liang.ding@intel.com>2019-03-24 21:40:51 -0700
committerOfir Sonsino <ofir.sonsino@intl.att.com>2019-03-25 10:49:01 +0000
commit53903f1d96affe2c21e3ffbdd45aea8f7af0714d (patch)
treec20ac44bf271923c4e76fd3177816a779c521d2e /catalog-model
parent804ec686128a49628e9f656397e4a4512e4c5714 (diff)
fix a typo
retrive -- > retrieve Change-Id: Ic6bce5b991c042cc2d19f1f72dd827644111b105 Issue-ID: SDC-2207 Signed-off-by: Liang Ding <liang.ding@intel.com>
Diffstat (limited to 'catalog-model')
-rw-r--r--catalog-model/src/main/java/org/openecomp/sdc/be/model/cache/workers/CacheWorker.java2
-rw-r--r--catalog-model/src/main/java/org/openecomp/sdc/be/model/cache/workers/SyncWorker.java2
2 files changed, 2 insertions, 2 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
diff --git a/catalog-model/src/main/java/org/openecomp/sdc/be/model/cache/workers/SyncWorker.java b/catalog-model/src/main/java/org/openecomp/sdc/be/model/cache/workers/SyncWorker.java
index 169f857b2b..7af806f55c 100644
--- a/catalog-model/src/main/java/org/openecomp/sdc/be/model/cache/workers/SyncWorker.java
+++ b/catalog-model/src/main/java/org/openecomp/sdc/be/model/cache/workers/SyncWorker.java
@@ -236,7 +236,7 @@ public class SyncWorker implements Runnable, IWorker {
}
/**
- * the method retrives all nodes matching the given node type from the graph
+ * the method retrieves all nodes matching the given node type from the graph
*
* @param nodeTypeEnum
* node type we want to lookup on the graph