This is an automated email from the git hooks/post-receive script. New commit to branch feature/refactor_reference in repository observe. See http://git.codelutin.com/observe.git commit 01f6fb6dbdc60ff07af0c237521db0afdcde6f7e 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@list.forge.codelutin.com>.