INT-1527 moved MetadataStore from 'context.metadata' to 'store'

This commit is contained in:
Mark Fisher
2010-10-27 13:41:36 -04:00
committed by Chris Beams
parent 562f4d3dd1
commit 5c3a2185a3
9 changed files with 12 additions and 11 deletions

View File

@@ -27,6 +27,7 @@ import org.junit.Test;
import org.springframework.core.io.FileSystemResource;
import org.springframework.core.io.support.PropertiesLoaderUtils;
import org.springframework.integration.store.PropertiesPersistingMetadataStore;
/**
* @author Oleg Zhurakousky