[doc] Fix incorrect package name of PropertiesPersistingMetadataStore

This commit is contained in:
Damiano Albani
2017-02-14 17:14:31 +01:00
committed by Artem Bilan
parent 10372826b7
commit b2e857ced8

View File

@@ -29,7 +29,7 @@ can persist the state at will, be invoking `flush()`.
[source,xml]
----
<bean id="metadataStore"
class="org.springframework.integration.store.PropertiesPersistingMetadataStore"/>
class="org.springframework.integration.metadata.PropertiesPersistingMetadataStore"/>
----
Alternatively, you can provide your own implementation of the `MetadataStore` interface (e.g.