Skip to content

Commit 9791d8c

Browse files
committed
PLUGINAPI-83 Fix javadoc for impact metrics severity
1 parent 06ec0cc commit 9791d8c

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

plugin-api/src/main/java/org/sonar/api/measures/CoreMetrics.java

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1010,9 +1010,9 @@ public final class CoreMetrics {
10101010
* Example of the format:
10111011
* {
10121012
* "total": 3,
1013-
* "high": 1,
1014-
* "medium": 1,
1015-
* "low": 1
1013+
* "HIGH": 1,
1014+
* "MEDIUM": 1,
1015+
* "LOW": 1
10161016
* }
10171017
*
10181018
* @since 10.6
@@ -1035,9 +1035,9 @@ public final class CoreMetrics {
10351035
* Example of the format:
10361036
* {
10371037
* "total": 3,
1038-
* "high": 1,
1039-
* "medium": 1,
1040-
* "low": 1
1038+
* "HIGH": 1,
1039+
* "MEDIUM": 1,
1040+
* "LOW": 1
10411041
* }
10421042
*
10431043
* @since 10.6
@@ -1060,9 +1060,9 @@ public final class CoreMetrics {
10601060
* Example of the format:
10611061
* {
10621062
* "total": 3,
1063-
* "high": 1,
1064-
* "medium": 1,
1065-
* "low": 1
1063+
* "HIGH": 1,
1064+
* "MEDIUM": 1,
1065+
* "LOW": 1
10661066
* }
10671067
* @since 10.6
10681068
*/

0 commit comments

Comments
 (0)