diff --git a/spring-boot/src/main/java/org/springframework/boot/env/PropertyOrigin.java b/spring-boot/src/main/java/org/springframework/boot/env/PropertyOrigin.java index 7c8b8760e3..9d685f9aac 100644 --- a/spring-boot/src/main/java/org/springframework/boot/env/PropertyOrigin.java +++ b/spring-boot/src/main/java/org/springframework/boot/env/PropertyOrigin.java @@ -23,8 +23,8 @@ import java.io.File; * loaded from a {@link File} may have an origin made up of the file name along with * line/column numbers. *

- * Implementations must provide sensible {@link #hashCode()}, {@link #equals(Object)} and - * {@link #toString()} implementations. + * Implementations must provide sensible {@code hashCode()}, {@code equals(...)} and + * {@code #toString()} implementations. * * @author Madhura Bhave * @author Phillip Webb