Project

General

Profile

« Previous | Next » 

Revision 5860

Added by Matt Jones over 13 years ago

Modified MetacatPopulator to deal with change in D1Client static methods.

View differences:

src/edu/ucsb/nceas/metacat/util/MetacatPopulator.java
127 127
        
128 128
        
129 129
        printHeader("Parsing source results");
130
        D1Client d1 = new D1Client(destinationUrl + "/");
131
        MNode mn = d1.getMN(destinationUrl + "/");
130
        MNode mn = D1Client.getMN(destinationUrl + "/");
132 131
        
133 132
        printHeader("Processing " + docs.size() + " results.");
134 133
        printHeader("logging in to the destination " + destinationUrl);

Also available in: Unified diff