test
This commit is contained in:
@@ -19,7 +19,7 @@ public interface TargetService {
|
||||
Target regist(Target target, Long probeID) throws OverflowException;
|
||||
|
||||
@WebappAPI
|
||||
void remove(Target target, Long probeID) throws OverflowException;
|
||||
void remove(Long id, Long probeID) throws OverflowException;
|
||||
|
||||
@WebappAPI
|
||||
Target read(Long id) throws OverflowException;
|
||||
|
||||
Reference in New Issue
Block a user