Merge pull request #7526 from eclipse/jetty-10.0.x-7523-typo-annotationconfiguration

Fixes #7523 - Typo in AnnotationConfiguration
This commit is contained in:
Simone Bordet 2022-02-03 09:49:55 +01:00 committed by GitHub
commit 221f677b45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -97,7 +97,6 @@ public class AnnotationConfiguration extends AbstractConfiguration
{
addDependencies(WebXmlConfiguration.class, MetaInfConfiguration.class, FragmentConfiguration.class, PlusConfiguration.class);
addDependents(JettyWebXmlConfiguration.class);
protectAndExpose("org.eclipse.jetty.util.annotations.");
hide("org.objectweb.asm.");
}