diff options
author | Teryk Bellahsene <teryk.bellahsene@sonarsource.com> | 2015-09-30 10:30:33 +0200 |
---|---|---|
committer | Teryk Bellahsene <teryk.bellahsene@sonarsource.com> | 2015-10-02 09:23:01 +0200 |
commit | c1f0d8fa79c032c779b7f6f1009fae12ea93a130 (patch) | |
tree | b1fe0f47fdf6869a0acde5503a85720f358576b9 /sonar-db | |
parent | 4e337f119df5ee05515f85a6f26075d3667d7707 (diff) | |
download | sonarqube-c1f0d8fa79c032c779b7f6f1009fae12ea93a130.tar.gz sonarqube-c1f0d8fa79c032c779b7f6f1009fae12ea93a130.zip |
SONAR-6857 Rename WS components/search -> components/search_view_components
Diffstat (limited to 'sonar-db')
-rw-r--r-- | sonar-db/src/main/resources/org/sonar/db/component/ResourceMapper.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sonar-db/src/main/resources/org/sonar/db/component/ResourceMapper.xml b/sonar-db/src/main/resources/org/sonar/db/component/ResourceMapper.xml index 39339fe5ec2..9c86d2c4e7f 100644 --- a/sonar-db/src/main/resources/org/sonar/db/component/ResourceMapper.xml +++ b/sonar-db/src/main/resources/org/sonar/db/component/ResourceMapper.xml @@ -64,7 +64,8 @@ <where> <if test="qualifiers != null and qualifiers.length!=0"> and p.qualifier in - <foreach item="qualifier" index="index" collection="qualifiers" open="(" separator="," close=")">#{qualifier} + <foreach item="qualifier" index="index" collection="qualifiers" open="(" separator="," close=")"> + #{qualifier} </foreach> </if> <if test="key != null"> |