DATAREST-1198 - Polishing.

Fixed @since tag in new converter implementation as we're going to backport the fix to Kay. Simplified converter setup in RepositoryRestMvcConfiguration to expose less API until someone actually requests access.

Original pull request: #290.
This commit is contained in:
Oliver Gierke
2018-06-13 10:13:56 +02:00
parent dc22044445
commit 70eafa5fd1
2 changed files with 2 additions and 8 deletions

View File

@@ -25,7 +25,7 @@ import org.springframework.core.convert.converter.Converter;
* {@link Converter} to convert a {@link String} to a {@link LdapName}.
*
* @author Mark Paluch
* @since 3.1
* @since 3.0.8
*/
public enum StringToLdapNameConverter implements Converter<String, Name> {