]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-22950 Remove unused method in IT
authorDejan Milisavljevic <130993898+dejan-milisavljevic-sonarsource@users.noreply.github.com>
Mon, 16 Sep 2024 11:03:45 +0000 (13:03 +0200)
committersonartech <sonartech@sonarsource.com>
Mon, 16 Sep 2024 20:02:47 +0000 (20:02 +0000)
server/sonar-webserver-webapi/src/it/java/org/sonar/server/qualityprofile/QProfileBackuperImplIT.java

index f156feab153e5d016df1dd6dbff9600962fb6a57..71f271bd7ae1ecce1f07a782b089b7d0e91ba988 100644 (file)
@@ -566,10 +566,6 @@ class QProfileBackuperImplIT {
     return db.qualityProfiles().insert(p -> p.setLanguage(language));
   }
 
-  private ActiveRuleDto activate(QProfileDto profile, RuleDto rule) {
-    return db.qualityProfiles().activateRule(profile, rule);
-  }
-
   private ActiveRuleDto activate(QProfileDto profile, RuleDto rule, Consumer<ActiveRuleDto> consumer) {
     return db.qualityProfiles().activateRule(profile, rule, consumer);
   }