Skip to content

Commit

Permalink
Update jetty-ee10/jetty-ee10-webapp/src/main/java/org/eclipse/jetty/e…
Browse files Browse the repository at this point in the history
…e10/webapp/MetaInfConfiguration.java

Co-authored-by: Greg Wilkins <[email protected]>
  • Loading branch information
janbartel and gregw authored Nov 27, 2023
1 parent 19ed557 commit 1a51854
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ public void scanJars(final WebAppContext context, Collection<Resource> jars, boo
//Scan jars for META-INF information
if (jars != null)
{
try (ResourceFactory.Closeable closeable = ResourceFactory.closeable())
try (ResourceFactory.Closeable scanResourceFactory = ResourceFactory.closeable())
{
for (Resource r : jars)
{
Expand Down

0 comments on commit 1a51854

Please sign in to comment.