Skip to content

Commit

Permalink
code climate issues
Browse files Browse the repository at this point in the history
  • Loading branch information
YegorKozlov committed Dec 2, 2024
1 parent dd8862c commit 0b631d5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
/*
/*-
* #%L
* ACS AEM Commons Bundle
*
* %%
* Copyright (C) 2013 - 2024 Adobe
*
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
Expand All @@ -14,6 +15,7 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
* #L%
*/
package com.adobe.acs.commons.redirects.servlets;

Expand Down Expand Up @@ -51,6 +53,7 @@ public class RewriteMapServlet extends SlingSafeMethodsServlet {
private static final long serialVersionUID = -3564475196678277711L;

@Override
@SuppressWarnings("java:S3457")
protected void doGet(SlingHttpServletRequest request, SlingHttpServletResponse response)
throws ServletException, IOException {
response.setContentType(ContentType.TEXT_PLAIN.getMimeType());
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
/*
/*-
* #%L
* ACS AEM Commons Bundle
*
* %%
* Copyright (C) 2013 - 2024 Adobe
*
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
Expand All @@ -14,6 +15,7 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
* #L%
*/
package com.adobe.acs.commons.redirects.servlets;

Expand Down

0 comments on commit 0b631d5

Please sign in to comment.