Commit d75c8719 authored by Phillip Webb's avatar Phillip Webb

Fix Javadoc link references

See gh-8517
See gh-814
parent 484c72cd
...@@ -23,8 +23,8 @@ import java.io.File; ...@@ -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 * loaded from a {@link File} may have an origin made up of the file name along with
* line/column numbers. * line/column numbers.
* <p> * <p>
* Implementations must provide sensible {@link #hashCode()}, {@link #equals(Object)} and * Implementations must provide sensible {@code hashCode()}, {@code equals(...)} and
* {@link #toString()} implementations. * {@code #toString()} implementations.
* *
* @author Madhura Bhave * @author Madhura Bhave
* @author Phillip Webb * @author Phillip Webb
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment