Skip to content

Commit 02d1b39

Browse files
committed
[#6236] fix(core): fix possible resource leak in BaseCatalog
fix conflict.
1 parent db98e54 commit 02d1b39

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

core/src/main/java/org/apache/gravitino/connector/BaseCatalog.java

-2
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,6 @@
3737
import org.slf4j.Logger;
3838
import org.slf4j.LoggerFactory;
3939

40-
import javax.ws.rs.HEAD;
41-
4240
/**
4341
* The abstract base class for Catalog implementations.
4442
*

0 commit comments

Comments
 (0)