Skip to content

Commit

Permalink
Fix #11902 undeprecate addHiddenClasses(Attributes, String...) (#11903)
Browse files Browse the repository at this point in the history
  • Loading branch information
janbartel committed Jun 12, 2024
1 parent 45562b0 commit 9d0a457
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -169,9 +169,7 @@ public static void addHiddenClasses(String... patterns)
* Add a hidden (server) Class pattern to use for all WebAppContexts of a given {@link Server}.
* @param attributes The {@link Attributes} instance to add classes to
* @param patterns the patterns to use
* @deprecated use {@link #addHiddenClasses(Server, String...)} instead
*/
@Deprecated (since = "12.0.9", forRemoval = true)
public static void addHiddenClasses(Attributes attributes, String... patterns)
{
if (patterns != null && patterns.length > 0)
Expand Down

0 comments on commit 9d0a457

Please sign in to comment.