Throw an exception if unsupported verb is used

git-svn-id: http://google-refine.googlecode.com/svn/trunk@2525 7d457c2a-affb-35e4-300a-418c747d4874
This commit is contained in:
Tom Morris 2012-08-05 15:36:23 +00:00
parent d6e00fb3c7
commit 5881addac8

View File

@ -68,7 +68,7 @@ public class DefaultImportingController implements ImportingController {
@Override
public void doGet(HttpServletRequest request, HttpServletResponse response)
throws ServletException, IOException {
// TODO Auto-generated method stub
throw new ServletException("GET verb not implemented");
}
@Override