This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository tutti. See http://git.codelutin.com/tutti.git commit 782e73b565ac935cf8f390614729fe1f8e853b66 Author: Tony CHEMIT <chemit@codelutin.com> Date: Sat Nov 14 02:12:49 2015 +0100 remove dead code --- .../fr/ird/observe/application/web/ObserveWebMotionRender.java | 8 -------- 1 file changed, 8 deletions(-) diff --git a/observe-application-web/src/main/java/fr/ird/observe/application/web/ObserveWebMotionRender.java b/observe-application-web/src/main/java/fr/ird/observe/application/web/ObserveWebMotionRender.java index 32e82eb..07905fb 100644 --- a/observe-application-web/src/main/java/fr/ird/observe/application/web/ObserveWebMotionRender.java +++ b/observe-application-web/src/main/java/fr/ird/observe/application/web/ObserveWebMotionRender.java @@ -56,14 +56,6 @@ public class ObserveWebMotionRender<T> extends Render { ObserveWebApplicationContext applicationContext = ObserveWebApplicationContext.getApplicationContext(context); -// if (model instanceof InvalidFormException || model instanceof FavoriteListImportException) { -// -// response.setStatus(HttpServletResponse.SC_BAD_REQUEST); -// -// } - - applicationContext.getGsonSupplier(); - Gson gson = applicationContext.getGsonSupplier().get(); String json = gson.toJson(model); -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.