Should be code, not link

Co-authored-by: Alexander Söderberg <4096670+Citymonstret@users.noreply.github.com>
This commit is contained in:
Hannes Greule 2021-01-02 20:49:35 +01:00 committed by Alexander Söderberg
parent e09444d94f
commit 01dd2d8097

View File

@ -66,7 +66,7 @@ public interface DefaultCaptionProvider {
/**
* Loads default translation values for a specific language and returns it as a map.
* If no default translation exists, {@link null} is returned. A returned map might be empty.
* If no default translation exists, {@code null} is returned. A returned map might be empty.
*
* @param locale the locale to load the values for.
* @return a map of default values for the given locale.