Project

General

Profile

« Previous | Next » 

Revision 49434

major fix of friday

View differences:

WDSRecordResolver.java
56 56
    }
57 57

  
58 58
    protected Map<String, ObjectType> tryToResolveRelation(final PID currentPid) {
59
        if (currentPid.getId() != null && currentPid.getId().contains("dli_resolver")) {
59
        if (currentPid.getId() != null && currentPid.getId().contains("wds_resolver")) {
60 60
            return null;
61 61
        }
62 62
        log.debug("tryToResolveRelation " + currentPid);

Also available in: Unified diff