aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2016-04-24 22:44:41 +0200
committerSimon Brandhof <simon.brandhof@sonarsource.com>2016-04-25 15:22:21 +0200
commit6187aa51a1e07a22242b32401c09877cff26a7c5 (patch)
treebd69c2a90a6187435e5dade284c3350136eba206
parent4ac3d95a0f426913886392b23485c03d798d240b (diff)
downloadsonarqube-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.java4
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}
*/