]> source.dussan.org Git - sonarqube.git/commitdiff
Fix quality flaw
authorJulien Lancelot <julien.lancelot@sonarsource.com>
Tue, 7 Oct 2014 07:28:26 +0000 (09:28 +0200)
committerJulien Lancelot <julien.lancelot@sonarsource.com>
Tue, 7 Oct 2014 07:28:26 +0000 (09:28 +0200)
server/sonar-server/src/main/java/org/sonar/server/issue/db/IssueAuthorizationDao.java

index 96937905230d3e7ff5d4eb2746709ed30632f36b..918ce814ddb5031f961895a5115f0b32d3dbe690 100644 (file)
@@ -108,6 +108,7 @@ public class IssueAuthorizationDao extends BaseDao<IssueAuthorizationMapper, Iss
     return finalParams;
   }
 
+  @Override
   protected void doDeleteByKey(DbSession session, String key) {
     // Nothing to do on db side, only remove the index (done in BaseDao)
   }