Skip to content

Commit

Permalink
WW-5047 Updates JavaDoc to match with new behaviour
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszlenart committed Feb 23, 2020
1 parent 35aae07 commit d5bc76d
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -167,7 +167,7 @@ public Context createContext(ValueStack stack, HttpServletRequest req, HttpServl
* @param servletRequest the servlet request object
* @param servletResponse the servlet response object
* @param extraContext map with extra context
* @return an VelocityContext[] of contexts to chain
* @return a List of contexts to chain or an empty list
*/
protected List<VelocityContext> prepareChainedContexts(HttpServletRequest servletRequest, HttpServletResponse servletResponse, Map<String, Object> extraContext) {
List<VelocityContext> contextList = new ArrayList<>();
Expand Down

0 comments on commit d5bc76d

Please sign in to comment.