diff options
author | Julien Lancelot <julien.lancelot@sonarsource.com> | 2017-05-16 18:09:11 +0200 |
---|---|---|
committer | Julien Lancelot <julien.lancelot@sonarsource.com> | 2017-06-09 10:09:25 +0200 |
commit | 2533bda1fe053c1e05c8814e6bc54e4e8b1d054e (patch) | |
tree | c5eaceecb328b08615a3a493dc0ea7e69d3bbb7f /server/sonar-db-dao | |
parent | 913c74211cbc0088068cd679026befcaf16f0f8a (diff) | |
download | sonarqube-2533bda1fe053c1e05c8814e6bc54e4e8b1d054e.tar.gz sonarqube-2533bda1fe053c1e05c8814e6bc54e4e8b1d054e.zip |
SONAR-8787 WS should return 404 on removed components
Diffstat (limited to 'server/sonar-db-dao')
-rw-r--r-- | server/sonar-db-dao/src/main/resources/org/sonar/db/component/ComponentMapper.xml | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/server/sonar-db-dao/src/main/resources/org/sonar/db/component/ComponentMapper.xml b/server/sonar-db-dao/src/main/resources/org/sonar/db/component/ComponentMapper.xml index fa61bb41a3b..5fa30ba8f39 100644 --- a/server/sonar-db-dao/src/main/resources/org/sonar/db/component/ComponentMapper.xml +++ b/server/sonar-db-dao/src/main/resources/org/sonar/db/component/ComponentMapper.xml @@ -1,24 +1,4 @@ <?xml version="1.0" encoding="UTF-8" ?> -<!-- - ~ SonarQube - ~ Copyright (C) 2009-2017 SonarSource SA - ~ mailto:info AT sonarsource DOT com - ~ - ~ This program is free software; you can redistribute it and/or - ~ modify it under the terms of the GNU Lesser General Public - ~ License as published by the Free Software Foundation; either - ~ version 3 of the License, or (at your option) any later version. - ~ - ~ This program is distributed in the hope that it will be useful, - ~ but WITHOUT ANY WARRANTY; without even the implied warranty of - ~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - ~ Lesser General Public License for more details. - ~ - ~ You should have received a copy of the GNU Lesser General Public License - ~ along with this program; if not, write to the Free Software Foundation, - ~ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - --> - <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd"> <mapper namespace="org.sonar.db.component.ComponentMapper"> |