Ended first sentence with a dot to not screw up javadoc summary for the class.

This commit is contained in:
Ulrik Sandberg
2010-02-20 00:58:15 +00:00
parent 5856211ff2
commit 655f43897f

View File

@@ -9,7 +9,7 @@ import org.springframework.beans.factory.FactoryBean;
import org.springframework.beans.factory.FactoryBeanNotInitializedException;
/**
* A utility class to allow {@link ConverterManagerImpl} instances to be easily configured via <code>spring.xml</code>
* A utility class to allow {@link ConverterManagerImpl} instances to be easily configured via <code>spring.xml</code>.
* <p>
* The following shows a typical simple example which creates two {@link Converter} instances:
* <ul>