remove old second contentType parameter

This commit is contained in:
victorsosa
2016-05-06 18:04:04 -04:00
parent 8b8135af79
commit d16aa65098
@@ -82,12 +82,6 @@ public class JSONInterceptor extends AbstractInterceptor {
accept = request.getHeader("accept");
}
if (accept != null) {
int iSemicolonIdx;
if ((iSemicolonIdx = accept.indexOf(";")) != -1)
accept = accept.substring(0, iSemicolonIdx);
}
Object rootObject = null;
final ValueStack stack = invocation.getStack();
if (this.root != null) {