mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-12 08:25:44 +01:00
remove unused blame text view
This commit is contained in:
@@ -52,9 +52,6 @@ public class UriExtensionsConfig extends PackagesResourceConfig
|
||||
/** Field description */
|
||||
public static final String EXTENSION_JSON = "json";
|
||||
|
||||
/** Field description */
|
||||
public static final String EXTENSION_TXT = "txt";
|
||||
|
||||
/** Field description */
|
||||
public static final String EXTENSION_XML = "xml";
|
||||
|
||||
@@ -107,7 +104,6 @@ public class UriExtensionsConfig extends PackagesResourceConfig
|
||||
mediaTypeMap = new HashMap<String, MediaType>();
|
||||
mediaTypeMap.put(EXTENSION_JSON, MediaType.APPLICATION_JSON_TYPE);
|
||||
mediaTypeMap.put(EXTENSION_XML, MediaType.APPLICATION_XML_TYPE);
|
||||
mediaTypeMap.put(EXTENSION_TXT, MediaType.TEXT_PLAIN_TYPE);
|
||||
}
|
||||
|
||||
return mediaTypeMap;
|
||||
|
||||
Reference in New Issue
Block a user