Project

General

Profile

« Previous | Next » 

Revision 7171

remove exception from method decl - was not matching the interface def and not compiling.

View differences:

CNodeService.java
1707 1707
	
1708 1708
	@Override
1709 1709
	public Identifier delete(Identifier pid) throws InvalidToken, ServiceFailure,
1710
			InvalidRequest, NotAuthorized, NotFound, NotImplemented {
1710
			NotAuthorized, NotFound, NotImplemented {
1711 1711

  
1712 1712
		return delete(null, pid);
1713 1713
	}

Also available in: Unified diff