Project

General

Profile

« Previous | Next » 

Revision 9091

Added by Jing Tao almost 10 years ago

Fixed a bug that it should use getReplica rather than get method.

View differences:

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