Revision 9091
Added by Jing Tao almost 10 years ago
src/edu/ucsb/nceas/metacat/dataone/v1/MNodeService.java | ||
---|---|---|
349 | 349 |
public InputStream getReplica(Session session, Identifier pid) |
350 | 350 |
throws InvalidToken, NotAuthorized, NotImplemented, ServiceFailure, |
351 | 351 |
NotFound, InsufficientResources { |
352 |
return impl.get(session, pid); |
|
352 |
return impl.getReplica(session, pid);
|
|
353 | 353 |
} |
354 | 354 |
|
355 | 355 |
@Override |
Also available in: Unified diff
Fixed a bug that it should use getReplica rather than get method.