code format
This commit is contained in:
parent
4b8fc1f12a
commit
5bdc83a672
1 changed files with 2 additions and 2 deletions
|
@ -415,8 +415,8 @@ public class ViewHelper implements Serializable {
|
|||
} else {
|
||||
createdStr = ComponentUtil.getMessageManager().getMessage(locale, "labels.search_unknown");
|
||||
}
|
||||
doc.put(CACHE_MSG,
|
||||
ComponentUtil.getMessageManager().getMessage(locale, "labels.search_cache_msg", new Object[] { url, createdStr }));
|
||||
doc.put(CACHE_MSG, ComponentUtil.getMessageManager()
|
||||
.getMessage(locale, "labels.search_cache_msg", new Object[] { url, createdStr }));
|
||||
|
||||
doc.put(QUERIES, queries);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue