Skip to content

Commit

Permalink
fix: Hush the linter
Browse files Browse the repository at this point in the history
  • Loading branch information
at88mph committed Sep 19, 2024
1 parent a5841a1 commit 194c727
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ public class PackageServlet extends HttpServlet {
private static final Map<String, String> METHOD_TO_CONTENT_TYPE_MAP = new HashMap<>();

private final ApplicationConfiguration configuration = new ApplicationConfiguration(DispatcherServlet.DEFAULT_CONFIG_FILE_PATH);

static {
PackageServlet.METHOD_TO_CONTENT_TYPE_MAP.put(DispatcherServlet.TAR_PACKAGE, "application/x-tar");
PackageServlet.METHOD_TO_CONTENT_TYPE_MAP.put(DispatcherServlet.ZIP_PACKAGE, "application/zip");
Expand Down

0 comments on commit 194c727

Please sign in to comment.