mistakeeeeeeeeee

This commit is contained in:
insanity 2018-06-07 22:33:07 +09:00
parent 05f1cd8eff
commit b64b33d44f

View File

@ -16,10 +16,10 @@ import org.springframework.data.domain.Page;
*/ */
public interface TargetService { public interface TargetService {
Target regist(Target target, String probeID) throws OverflowException; Target regist(Target target, Long probeID) throws OverflowException;
@WebappAPI @WebappAPI
void remove(Target target, String probeID) throws OverflowException; void remove(Target target, Long probeID) throws OverflowException;
@WebappAPI @WebappAPI
Target read(Long id) throws OverflowException; Target read(Long id) throws OverflowException;