Skip to content

Commit 2287a76

Browse files
authored
CLDR-14251 Delete excess } in dojo SurveyTool.serveWaitingPage (#955)
-This bug has been there a while; only occurs during startup
1 parent 315fbc1 commit 2287a76

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tools/cldr-apps/src/main/java/org/unicode/cldr/web/SurveyTool.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,6 @@ private void serveWaitingPage(HttpServletRequest request, PrintWriter out, Surve
201201
out.write(" }, 2000); // two seconds\n");
202202
out.write(" });\n");
203203
if (useDojo(request)) {
204-
out.write(" }\n");
205204
out.write(" });\n");
206205
}
207206
out.write("}\n");

0 commit comments

Comments
 (0)