fix warning

This commit is contained in:
Athou
2023-06-22 10:36:03 +02:00
parent 4d0a8fd133
commit aeaaeaee0e

View File

@@ -10,6 +10,8 @@ import javax.servlet.http.HttpServletResponse;
@Singleton @Singleton
public class RobotsTxtDisallowAllServlet extends HttpServlet { public class RobotsTxtDisallowAllServlet extends HttpServlet {
private static final long serialVersionUID = 1L;
@Override @Override
protected void doGet(HttpServletRequest req, HttpServletResponse resp) throws IOException { protected void doGet(HttpServletRequest req, HttpServletResponse resp) throws IOException {
resp.setContentType("text/plain"); resp.setContentType("text/plain");