James Moger
2013-11-26 4fcac9d2cbdafb51e3ee9ca3b3da64fd86103174
src/main/java/com/gitblit/RobotsTxtServlet.java
@@ -27,9 +27,9 @@
/**
 * Handles requests for robots.txt
 *
 *
 * @author James Moger
 *
 *
 */
public class RobotsTxtServlet extends HttpServlet {
@@ -38,7 +38,7 @@
   public RobotsTxtServlet() {
      super();
   }
   @Override
   protected void doPost(HttpServletRequest request, HttpServletResponse response)
         throws ServletException, java.io.IOException {