Skip to content

Commit 02885eb

Browse files
committed
Update index.html
1 parent ef1386b commit 02885eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -304,8 +304,8 @@ <h2 id="installation" class="lang" data-en="Installation and Getting Started" da
304304

305305
@Action("say")
306306
public String say() throws ApplicationException {
307-
if (null != this.context.getAttribute("--words"))
308-
return this.context.getAttribute("--words").toString();
307+
if (null != getContext().getAttribute("--words"))
308+
return getContext().getAttribute("--words").toString();
309309

310310
throw new ApplicationException("Could not find the parameter <i>words</i>.");
311311
}

0 commit comments

Comments
 (0)