Project

General

Profile

« Previous | Next » 

Revision 6652

correct typo

View differences:

D1NodeService.java
601 601
    
602 602
    // throw not found if it was not found
603 603
    if (systemMetadata == null) {
604
    	throw new NotFound("1800", "No system metadata could be founnd for given PID: " + pid);
604
    	throw new NotFound("1800", "No system metadata could be found for given PID: " + pidStr);
605 605
    }
606 606
	    
607 607
    // do we own it?

Also available in: Unified diff