Skip to content

Commit

Permalink
Update src/main/java/com/vmware/vipclient/i18n/messages/service/Compo…
Browse files Browse the repository at this point in the history
…nentService.java

Co-authored-by: Xiaochao Li <48587632+Xiaochao8@users.noreply.github.com>
  • Loading branch information
jessiejuachon and Xiaochao8 authored Sep 29, 2020
1 parent 943bb14 commit e78a92e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ private MessageCacheItem createCacheItem(Iterator<Locale> fallbackLocalesIter) {
}

private void refreshCacheItemTask(MessageCacheItem cacheItem) {
Callable<MessageCacheItem> callable = () -> {
Runnable runnable = () -> {
try {
refreshCacheItem(cacheItem, VIPCfg.getInstance().getMsgOriginsQueue().listIterator());
return cacheItem;
Expand Down

0 comments on commit e78a92e

Please sign in to comment.