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:
@@ -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> {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user