Revision 7171
Added by ben leinfelder over 12 years ago
src/edu/ucsb/nceas/metacat/dataone/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
remove exception from method decl - was not matching the interface def and not compiling.