This commit is contained in:
insanity 2018-06-07 23:02:57 +09:00
parent b64b33d44f
commit 324df1c9c4

View File

@ -19,7 +19,7 @@ public interface TargetService {
Target regist(Target target, Long probeID) throws OverflowException; Target regist(Target target, Long probeID) throws OverflowException;
@WebappAPI @WebappAPI
void remove(Target target, Long probeID) throws OverflowException; void remove(Long id, Long probeID) throws OverflowException;
@WebappAPI @WebappAPI
Target read(Long id) throws OverflowException; Target read(Long id) throws OverflowException;