From d1ea87fda9a1fb9bb1ff2d72f3b40b012f03fd71 Mon Sep 17 00:00:00 2001 From: Woonduk Kang Date: Tue, 8 Oct 2013 01:30:50 +0000 Subject: [PATCH] =?UTF-8?q?[=EA=B0=95=EC=9A=B4=EB=8D=95]=20[LUCYSUS-1744]?= =?UTF-8?q?=20=EC=A0=95=EC=A0=81=20api=20mapping=20=EA=B4=80=EB=A0=A8=20?= =?UTF-8?q?=EC=BD=94=EB=93=9C=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://svn.bds.nhncorp.com/pe/hippo-profiler-bootstrap/trunk@2456 84d0f5b1-2673-498c-a247-62c4ff18d310 --- .../nhn/pinpoint/profiler/interceptor/ApiIdSupport.java | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 src/main/java/com/nhn/pinpoint/profiler/interceptor/ApiIdSupport.java diff --git a/src/main/java/com/nhn/pinpoint/profiler/interceptor/ApiIdSupport.java b/src/main/java/com/nhn/pinpoint/profiler/interceptor/ApiIdSupport.java deleted file mode 100644 index 2bc9a2b1b..000000000 --- a/src/main/java/com/nhn/pinpoint/profiler/interceptor/ApiIdSupport.java +++ /dev/null @@ -1,9 +0,0 @@ -package com.nhn.pinpoint.profiler.interceptor; - -/** - * - */ -@Deprecated -public interface ApiIdSupport { - void setApiId(int apiId); -}