Leftover.

This commit is contained in:
Sebastian Bergmann 2001-10-28 23:49:59 +00:00
parent 6b8670b267
commit e2b0768e96

View File

@ -108,7 +108,7 @@ public class servlet extends HttpServlet {
if (colon > 0) {
try {
addHeader.invoke(response, new Object[]
{ data.substring(0,colon), data.substring(colon + 2) } );
{ data.substring(0, colon), data.substring(colon + 2) } );
}
catch (Exception e) {