Skip to content

Commit

Permalink
content type enhancement
Browse files Browse the repository at this point in the history
  • Loading branch information
delchev committed Apr 1, 2019
1 parent ff5606e commit 30507a9
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (c) 2010-2018 SAP and others.
* Copyright (c) 2010-2019 SAP and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
Expand Down Expand Up @@ -644,6 +644,7 @@ public class ContentTypeHelper {
TEXT_CONTENT_TYPES.put("xml", TEXT_XML); //$NON-NLS-1$
TEXT_CONTENT_TYPES.put("json", APPLICATION_JSON); //$NON-NLS-1$
TEXT_CONTENT_TYPES.put("js", APPLICATION_JAVASCRIPT); //$NON-NLS-1$
TEXT_CONTENT_TYPES.put("xsjs", APPLICATION_JAVASCRIPT); //$NON-NLS-1$
//TEXT_CONTENT_TYPES.put("jslib", APPLICATION_JAVASCRIPT); //$NON-NLS-1$
TEXT_CONTENT_TYPES.put("table", APPLICATION_JSON_TABLE); //$NON-NLS-1$
TEXT_CONTENT_TYPES.put("view", APPLICATION_JSON_VIEW); //$NON-NLS-1$
Expand Down

0 comments on commit 30507a9

Please sign in to comment.