]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-11031 add ProjectAlmBindingLookup
authorSébastien Lesaint <sebastien.lesaint@sonarsource.com>
Mon, 6 Aug 2018 09:39:48 +0000 (11:39 +0200)
committerSonarTech <sonartech@sonarsource.com>
Fri, 10 Aug 2018 18:21:32 +0000 (20:21 +0200)
server/sonar-db-dao/src/main/java/org/sonar/db/component/ComponentDto.java

index bd41e5534a1ea6b14e032ff49983c34d1517a4e3..5fa05951402f52a779a028ea810ff46f689a0b02 100644 (file)
@@ -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