Skip to content

Commit

Permalink
WICKET-7024 Javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrosans committed Nov 29, 2024
1 parent f67bccf commit 49cde3e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,9 @@ else if (stream instanceof UrlResourceStream)
}

/**
* @deprecated
* @deprecated use {@link #locate(Class, String, String, String, Locale, String, boolean, boolean)}
*/
@Deprecated(since = "9.19.0, 10.3.0")
@Override
public IResourceStream locate(Class<?> scope, String path, String style, String variation,
Locale locale, String extension, boolean strict)
Expand Down

0 comments on commit 49cde3e

Please sign in to comment.