Project

General

Profile

« Previous | Next » 

Revision 46342

refactoring: let's reuse class MetadataReference

View differences:

MongoPublisherStoreDAO.java
98 98
		} else {
99 99
			final MDFInfo info = this.configuration.getMetadataFormatInfo(targetMetadataPrefix);
100 100
			final MongoPublisherStore store =
101
					this.getStore(info.getSourceFormatName(), info.getSourceFormatInterpretation(), info.getSourceFormatLayout(), dbName);
101
					this.getStore(info.getSourceFormat(), info.getSourceInterpretation(), info.getSourceLayout(), dbName);
102 102
			this.mongoOaistoreCacheByMdPrefix.put(new Element(targetMetadataPrefix, store));
103 103
			return store;
104 104
		}

Also available in: Unified diff