DATACMNS-1580 - Fix typo in Javadoc.

Original pull request: #316.
This commit is contained in:
Roland Weisleder
2018-10-03 19:26:35 +02:00
committed by Mark Paluch
parent 9647e72c27
commit 2467cd7d42

View File

@@ -32,7 +32,7 @@ public interface RepositoryConfigurationUtils {
/**
* Registers the given {@link RepositoryConfigurationExtension} to indicate the repository configuration for a
* particular store (expressed through the extension's concrete type) has appened. Useful for downstream components
* particular store (expressed through the extension's concrete type) has happened. Useful for downstream components
* that need to detect exactly that case. The bean definition is marked as lazy-init so that it doesn't get
* instantiated if no one really cares.
*