This commit is contained in:
parent
45562b012a
commit
9d0a457e59
|
@ -169,9 +169,7 @@ public class WebAppClassLoading
|
|||
* 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)
|
||||
|
|
Loading…
Reference in New Issue