diff options
author | Sébastien Lesaint <sebastien.lesaint@sonarsource.com> | 2018-08-06 11:39:48 +0200 |
---|---|---|
committer | SonarTech <sonartech@sonarsource.com> | 2018-08-10 20:21:32 +0200 |
commit | ba6c03b9744bf40b647e203fb8a26fefbcde46e8 (patch) | |
tree | 53faba15ba5ef643c2070ae4fcd4839e6d77e535 | |
parent | cff7fade67be55f52ed6ad3a9aceb9c734e04cc7 (diff) | |
download | sonarqube-ba6c03b9744bf40b647e203fb8a26fefbcde46e8.tar.gz sonarqube-ba6c03b9744bf40b647e203fb8a26fefbcde46e8.zip |
SONAR-11031 add ProjectAlmBindingLookup
-rw-r--r-- | server/sonar-db-dao/src/main/java/org/sonar/db/component/ComponentDto.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-db-dao/src/main/java/org/sonar/db/component/ComponentDto.java b/server/sonar-db-dao/src/main/java/org/sonar/db/component/ComponentDto.java index bd41e5534a1..5fa05951402 100644 --- a/server/sonar-db-dao/src/main/java/org/sonar/db/component/ComponentDto.java +++ b/server/sonar-db-dao/src/main/java/org/sonar/db/component/ComponentDto.java @@ -123,7 +123,7 @@ public class ComponentDto { /** * On non-main branches only, {@link #uuid} of the main branch that represents - * the project ({@link #qualifier}="TRK").x + * the project ({@link #qualifier}="TRK"). * It is propagated to all the components of the branch. * * Value is null on the main-branch components and on other kinds of components |