Project

General

Profile

« Previous | Next » 

Revision 7245

Minor logging change.

View differences:

src/edu/ucsb/nceas/metacat/dataone/MNodeService.java
184 184
        allowed = isNodeAdmin(session);
185 185
        allowed = allowed || isAdminAuthorized(session);
186 186
        if (!allowed) { 
187
            throw new NotAuthorized("1320", "The provided identity does not have " + "permission to DELETE objects on the Node.");
187
            throw new NotAuthorized("1320", "The provided identity does not have " + "permission to delete objects on the Node.");
188 188
        }
189 189
    	
190 190
    	// defer to superclass implementation

Also available in: Unified diff