diff options
Diffstat (limited to 'sonar-check-api')
-rw-r--r-- | sonar-check-api/src/main/java/org/sonar/check/Message.java | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sonar-check-api/src/main/java/org/sonar/check/Message.java b/sonar-check-api/src/main/java/org/sonar/check/Message.java index f0896fbdaf1..4efa8e23e30 100644 --- a/sonar-check-api/src/main/java/org/sonar/check/Message.java +++ b/sonar-check-api/src/main/java/org/sonar/check/Message.java @@ -17,7 +17,6 @@ * License along with Sonar; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02 */ - package org.sonar.check; import java.util.Locale; @@ -28,9 +27,6 @@ import java.util.Locale; @Deprecated public interface Message { - /** - * Return the checker which logged the message. The checker class must be annotated with <code>@Check</code> - */ Object getChecker(); Integer getLine(); |