forked from Archives/Athou_commafeed
fix warning
This commit is contained in:
@@ -10,6 +10,8 @@ import javax.servlet.http.HttpServletResponse;
|
||||
@Singleton
|
||||
public class RobotsTxtDisallowAllServlet extends HttpServlet {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
@Override
|
||||
protected void doGet(HttpServletRequest req, HttpServletResponse resp) throws IOException {
|
||||
resp.setContentType("text/plain");
|
||||
|
||||
Reference in New Issue
Block a user