diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2016-04-24 22:44:41 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2016-04-25 15:22:21 +0200 |
commit | 6187aa51a1e07a22242b32401c09877cff26a7c5 (patch) | |
tree | bd69c2a90a6187435e5dade284c3350136eba206 | |
parent | 4ac3d95a0f426913886392b23485c03d798d240b (diff) | |
download | sonarqube-6187aa51a1e07a22242b32401c09877cff26a7c5.tar.gz sonarqube-6187aa51a1e07a22242b32401c09877cff26a7c5.zip |
Remove bad comment in org.sonar.server.computation.measure.MeasureRepository
-rw-r--r-- | server/sonar-server/src/main/java/org/sonar/server/computation/measure/MeasureRepository.java | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/server/sonar-server/src/main/java/org/sonar/server/computation/measure/MeasureRepository.java b/server/sonar-server/src/main/java/org/sonar/server/computation/measure/MeasureRepository.java index 1f08d88d69a..f6c5612edaa 100644 --- a/server/sonar-server/src/main/java/org/sonar/server/computation/measure/MeasureRepository.java +++ b/server/sonar-server/src/main/java/org/sonar/server/computation/measure/MeasureRepository.java @@ -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} */ |