From 766eb3e2ef5b2c29b98c1bb7f1644a03e89a4d34 Mon Sep 17 00:00:00 2001 From: lprimak Date: Wed, 27 Nov 2024 15:19:09 -0700 Subject: [PATCH] fixed compilation bug related to merge --- .../main/java/com/sun/enterprise/loader/ASURLClassLoader.java | 1 - 1 file changed, 1 deletion(-) diff --git a/nucleus/common/common-util/src/main/java/com/sun/enterprise/loader/ASURLClassLoader.java b/nucleus/common/common-util/src/main/java/com/sun/enterprise/loader/ASURLClassLoader.java index 142f4e8bf8e..043eba8e07a 100644 --- a/nucleus/common/common-util/src/main/java/com/sun/enterprise/loader/ASURLClassLoader.java +++ b/nucleus/common/common-util/src/main/java/com/sun/enterprise/loader/ASURLClassLoader.java @@ -209,7 +209,6 @@ public void done() { doneCalled = true; CacheCleaner.clearJaxRSCache(this); - CacheCleaner.clearBeanELResolverCache(this); // closes the jar handles and sets the url entries to null for (URLEntry u : this.urlSet) {