Removing embarrassing code
This commit is contained in:
parent
f5d3fec4f8
commit
a4050aa40f
|
@ -56,18 +56,5 @@ public class HelloWorld extends HttpServlet
|
||||||
out.println("<h1>Hello World</h1>");
|
out.println("<h1>Hello World</h1>");
|
||||||
out.println("</html>");
|
out.println("</html>");
|
||||||
out.flush();
|
out.flush();
|
||||||
|
|
||||||
try
|
|
||||||
{
|
|
||||||
Thread.sleep(200);
|
|
||||||
}
|
}
|
||||||
catch (InterruptedException e)
|
|
||||||
{
|
|
||||||
getServletContext().log("exception",e);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue