From f7f523324c481c4d2c95bb6e357347779de840f3 Mon Sep 17 00:00:00 2001 From: Krassimir Boyanov Date: Wed, 27 Nov 2024 10:51:20 -0800 Subject: [PATCH] Fixing more code climate errors. --- .../commons/wcm/impl/CopySitesPublishUrlFeature.java | 10 ++++++---- .../adobe/acs/commons/wcm/impl/PublishUrlServlet.java | 10 ++++++---- 2 files changed, 12 insertions(+), 8 deletions(-) diff --git a/bundle/src/main/java/com/adobe/acs/commons/wcm/impl/CopySitesPublishUrlFeature.java b/bundle/src/main/java/com/adobe/acs/commons/wcm/impl/CopySitesPublishUrlFeature.java index 03459096bf..4d3fcfe295 100644 --- a/bundle/src/main/java/com/adobe/acs/commons/wcm/impl/CopySitesPublishUrlFeature.java +++ b/bundle/src/main/java/com/adobe/acs/commons/wcm/impl/CopySitesPublishUrlFeature.java @@ -1,8 +1,9 @@ -/* +/*- + * #%L * ACS AEM Commons Bundle - * - * Copyright (C) 2013 - 2024 Adobe - * + * %% + * Copyright (C) 2013 - 2024 AEM developer community + * %% * 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 @@ -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.wcm.impl; diff --git a/bundle/src/main/java/com/adobe/acs/commons/wcm/impl/PublishUrlServlet.java b/bundle/src/main/java/com/adobe/acs/commons/wcm/impl/PublishUrlServlet.java index ecbe11e0fd..fab2f3e908 100644 --- a/bundle/src/main/java/com/adobe/acs/commons/wcm/impl/PublishUrlServlet.java +++ b/bundle/src/main/java/com/adobe/acs/commons/wcm/impl/PublishUrlServlet.java @@ -1,8 +1,9 @@ -/* +/*- + * #%L * ACS AEM Commons Bundle - * - * Copyright (C) 2024 Adobe - * + * %% + * Copyright (C) 2013 - 2024 AEM developer community + * %% * 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 @@ -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.wcm.impl;