mirror of
https://github.com/wahyd4/pinpoint.git
synced 2026-08-18 01:06:03 +10:00
[강운덕] [WEB-98] Api 정리.
git-svn-id: http://svn.bds.nhncorp.com/pe/hippo-server/trunk@3651 84d0f5b1-2673-498c-a247-62c4ff18d310
This commit is contained in:
@@ -5,9 +5,9 @@ package com.nhn.pinpoint.collector.util;
|
||||
*/
|
||||
public interface AcceptedTimeService {
|
||||
|
||||
public void accept();
|
||||
void accept();
|
||||
|
||||
public void accept(long time);
|
||||
void accept(long time);
|
||||
|
||||
public long getAcceptedTime();
|
||||
long getAcceptedTime();
|
||||
}
|
||||
Reference in New Issue
Block a user