summaryrefslogtreecommitdiff
path: root/odk/examples/java/ConverterServlet/ConverterServlet.java
diff options
context:
space:
mode:
Diffstat (limited to 'odk/examples/java/ConverterServlet/ConverterServlet.java')
-rw-r--r--odk/examples/java/ConverterServlet/ConverterServlet.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/odk/examples/java/ConverterServlet/ConverterServlet.java b/odk/examples/java/ConverterServlet/ConverterServlet.java
index 2a3688c4ead9..607fc140ab5a 100644
--- a/odk/examples/java/ConverterServlet/ConverterServlet.java
+++ b/odk/examples/java/ConverterServlet/ConverterServlet.java
@@ -87,6 +87,7 @@ public class ConverterServlet extends HttpServlet {
* @throws ServletException If the request for the POST could not be handled.
* @throws IOException If an input or output error is detected when the servlet handles the request.
*/
+ @Override
protected void doPost( HttpServletRequest request,
HttpServletResponse response) throws ServletException, java.io.IOException {
try {