From: Sébastien Lesaint Date: Mon, 6 Aug 2018 09:39:48 +0000 (+0200) Subject: SONAR-11031 add ProjectAlmBindingLookup X-Git-Tag: 7.5~606 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=ba6c03b9744bf40b647e203fb8a26fefbcde46e8;p=sonarqube.git SONAR-11031 add ProjectAlmBindingLookup --- 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