]> source.dussan.org Git - sonarqube.git/commitdiff
Remove bad comment in org.sonar.server.computation.measure.MeasureRepository
authorSimon Brandhof <simon.brandhof@sonarsource.com>
Sun, 24 Apr 2016 20:44:41 +0000 (22:44 +0200)
committerSimon Brandhof <simon.brandhof@sonarsource.com>
Mon, 25 Apr 2016 13:22:21 +0000 (15:22 +0200)
server/sonar-server/src/main/java/org/sonar/server/computation/measure/MeasureRepository.java

index 1f08d88d69a10644b4f17efc7474217ecf301e06..f6c5612edaa509fbce000638c4cd396cd49654b2 100644 (file)
@@ -35,10 +35,6 @@ public interface MeasureRepository {
    * This method searches for Measure which are specific to the Component and not associated to a rule or a
    * characteristic.
    * </p>
-   * <strong>
-   * It will never return a Measure with a non {@code null} {@link Measure#getRuleId()}
-   * or {@link Measure#getCharacteristicId()}
-   * </strong>
    *
    * @throws NullPointerException if either argument is {@code null}
    */