Remove package-info from empty directory.

JMX support has been removed but unfortunately when merging changes for jspecify the package-info.java file sneaked back in.

See: #4940
This commit is contained in:
Christoph Strobl
2025-04-16 07:38:07 +02:00
committed by Mark Paluch
parent 829383022d
commit 01c586c945

View File

@@ -1,6 +0,0 @@
/**
* MongoDB specific JMX monitoring support.
*/
@org.jspecify.annotations.NullMarked
package org.springframework.data.mongodb.monitor;