Browse Source

Minor fixes of @deprecated comments

tags/4.2
Simon Brandhof 10 years ago
parent
commit
eab2cc1b51

+ 0
- 5
sonar-check-api/src/main/java/org/sonar/check/Priority.java View File

@@ -19,11 +19,6 @@
*/
package org.sonar.check;

/**
* @deprecated since 4.2
* @see org.sonar.api.rule.Severity
*/
@Deprecated
public enum Priority {
/**
* WARNING : DO NOT CHANGE THE ENUMERATION ORDER

+ 1
- 0
sonar-plugin-api/src/main/java/org/sonar/api/rules/RulePriority.java View File

@@ -25,6 +25,7 @@ import org.sonar.check.Priority;
* @deprecated since 4.2
* @see org.sonar.api.rule.Severity
*/
@Deprecated
public enum RulePriority {

/**

Loading…
Cancel
Save