Project

General

Profile

« Previous | Next » 

Revision 6246

use session member variable now that we actually have it

View differences:

src/edu/ucsb/nceas/metacat/restservice/ResourceHandler.java
2232 2232
			SystemMetadata systemMetadata = (SystemMetadata) uctx
2233 2233
					.unmarshalDocument(sysmeta, null);
2234 2234

  
2235
			// TODO: get session
2236
			Session session = null;
2237 2235
			Identifier guid = new Identifier();
2238 2236
			guid.setValue(pid);
2239 2237
			logMetacat.debug("registering system metadata with pid "

Also available in: Unified diff