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();