Skip to content

Commit dc999a8

Browse files
mp911deschauder
authored andcommitted
Polishing.
Remove outdated Javadoc. Original pull request #2874 See #2719
1 parent d0ba125 commit dc999a8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/main/java/org/springframework/data/convert/Jsr310Converters.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
import org.springframework.lang.NonNull;
3939

4040
/**
41-
* Helper class to register JSR-310 specific {@link Converter} implementations in case the we're running on Java 8.
41+
* Helper class to register JSR-310 specific {@link Converter} implementations.
4242
*
4343
* @author Oliver Gierke
4444
* @author Barak Schoster
@@ -52,9 +52,9 @@ public abstract class Jsr310Converters {
5252
Instant.class, ZoneId.class, Duration.class, Period.class);
5353

5454
/**
55-
* Returns the converters to be registered. Will only return converters in case we're running on Java 8.
55+
* Returns the converters to be registered.
5656
*
57-
* @return
57+
* @return the converters to be registered.
5858
*/
5959
public static Collection<Converter<?, ?>> getConvertersToRegister() {
6060

0 commit comments

Comments
 (0)