X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;f=server%2Fruntime%2Forg.argeo.server.core%2Fsrc%2Fmain%2Fjava%2Forg%2Fargeo%2Fserver%2Fmvc%2FSerializingView.java;h=b42a9a0d279300e6bad4e61bfcaa1ebaf662decc;hb=3a3d316af102ba410d1d9e6de349d0c8f7ac044f;hp=f3cf735839fe44c80d67927e46332dba7d716d86;hpb=d3268ae5de6c00ffe15571c0e3fad453e330d675;p=lgpl%2Fargeo-commons.git diff --git a/server/runtime/org.argeo.server.core/src/main/java/org/argeo/server/mvc/SerializingView.java b/server/runtime/org.argeo.server.core/src/main/java/org/argeo/server/mvc/SerializingView.java index f3cf73583..b42a9a0d2 100644 --- a/server/runtime/org.argeo.server.core/src/main/java/org/argeo/server/mvc/SerializingView.java +++ b/server/runtime/org.argeo.server.core/src/main/java/org/argeo/server/mvc/SerializingView.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Mathieu Baudier + * Copyright (C) 2007-2012 Argeo GmbH * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -50,7 +50,7 @@ public class SerializingView extends AbstractView implements MvcConstants { this.serializer = serializer; } - @SuppressWarnings( { "restriction", "rawtypes" }) + @SuppressWarnings({ "rawtypes" }) @Override protected void renderMergedOutputModel(Map model, HttpServletRequest request, HttpServletResponse response)