Project

General

Profile

« Previous | Next » 

Revision 6561

move the DataONE 1.0.0-SNAPSHOT

View differences:

ObjectFormatService.java
240 240
		for (int i = 0; i < listSize; i++) {
241 241

  
242 242
			ObjectFormat objectFormat = objectFormatList.getObjectFormat(i);
243
			String identifier = objectFormat.getFmtid().getValue();
243
			String identifier = objectFormat.getFormatId().getValue();
244 244
			getObjectFormatMap().put(identifier, objectFormat);
245 245

  
246 246
		}

Also available in: Unified diff