From 3ec78d459001df88e6df10b65dfc4998376c0c63 Mon Sep 17 00:00:00 2001 From: Simon Brandhof Date: Fri, 7 Oct 2011 15:26:54 +0200 Subject: SONAR-2875 API: deprecate the interface org.sonar.squid.api.CodeCheck --- sonar-check-api/src/main/java/org/sonar/check/Message.java | 4 ---- 1 file changed, 4 deletions(-) (limited to 'sonar-check-api/src/main/java/org') 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 @Check - */ Object getChecker(); Integer getLine(); -- cgit v1.2.3