This commit is contained in:
crusader 2018-06-12 18:31:36 +09:00
parent f556496665
commit c189942388

View File

@ -83,4 +83,8 @@ public class CentralTargetService implements TargetService {
return null; return null;
} }
public List<Target> readAllTargetByProbeID(Long probeID) throws OverflowException {
return null;
}
} }