From 1e1eabda460d5dc937f2b64591c81d5ac8b9aba5 Mon Sep 17 00:00:00 2001 From: Matthias Mayer Date: Mon, 31 Jul 2023 16:34:34 +0200 Subject: [PATCH] Apply code formatting --- README.md | 1 - .../jenkinsci/plugins/sonargerrit/SonarToGerritPublisher.java | 1 - 2 files changed, 2 deletions(-) diff --git a/README.md b/README.md index 56b68c4..079a596 100644 --- a/README.md +++ b/README.md @@ -417,7 +417,6 @@ node { someIssuesTitleTemplate: ' SonarQube violations have been found.', issueCommentTemplate : ' SonarQube violation:\n\n\n\n\n\nRead more: ' omitDuplicateComments : 'If true, comments with the same content at the same place will be omitted by Gerrit. Defaults to false.' - ], scoreConfig: [ issueFilterConfig: [ diff --git a/src/main/java/org/jenkinsci/plugins/sonargerrit/SonarToGerritPublisher.java b/src/main/java/org/jenkinsci/plugins/sonargerrit/SonarToGerritPublisher.java index 2641c04..78b0f2d 100644 --- a/src/main/java/org/jenkinsci/plugins/sonargerrit/SonarToGerritPublisher.java +++ b/src/main/java/org/jenkinsci/plugins/sonargerrit/SonarToGerritPublisher.java @@ -380,7 +380,6 @@ public void setPath(String path) { backCompatibilityHelper.setPath(path); } - @Deprecated public String getSonarURL() { return backCompatibilityHelper.getSonarURL();