From 53903f1d96affe2c21e3ffbdd45aea8f7af0714d Mon Sep 17 00:00:00 2001 From: Liang Ding Date: Sun, 24 Mar 2019 21:40:51 -0700 Subject: fix a typo retrive -- > retrieve Change-Id: Ic6bce5b991c042cc2d19f1f72dd827644111b105 Issue-ID: SDC-2207 Signed-off-by: Liang Ding --- .../main/java/org/openecomp/sdc/be/model/cache/workers/CacheWorker.java | 2 +- .../main/java/org/openecomp/sdc/be/model/cache/workers/SyncWorker.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'catalog-model/src/main/java/org/openecomp') 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 -- cgit 1.2.3-korg