Skip to content

Commit

Permalink
CLDR-14251 Delete excess } in dojo SurveyTool.serveWaitingPage (#955)
Browse files Browse the repository at this point in the history
-This bug has been there a while; only occurs during startup
  • Loading branch information
btangmu authored Jan 22, 2021
1 parent 315fbc1 commit 2287a76
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,6 @@ private void serveWaitingPage(HttpServletRequest request, PrintWriter out, Surve
out.write(" }, 2000); // two seconds\n");
out.write(" });\n");
if (useDojo(request)) {
out.write(" }\n");
out.write(" });\n");
}
out.write("}\n");
Expand Down

0 comments on commit 2287a76

Please sign in to comment.