Skip to content

Commit 29e0fb3

Browse files
committed
Remove @ServiceConsumer annotation from ServiceDiscovery class.
- Deleted unused `@ServiceConsumer` annotation. - Removed import for `aQute.bnd.annotation.spi.ServiceConsumer`. Signed-off-by: Stefan Bischof <[email protected]>
1 parent 10f94be commit 29e0fb3

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

mondrian/src/main/java/mondrian/util/ServiceDiscovery.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@
1818
import org.slf4j.Logger;
1919
import org.slf4j.LoggerFactory;
2020

21-
import aQute.bnd.annotation.spi.ServiceConsumer;
22-
2321
/**
2422
* Utility functions to discover Java services.
2523
*
@@ -34,7 +32,6 @@
3432
* @deprecated use ServiceLoader
3533
*/
3634
@Deprecated()
37-
@ServiceConsumer(org.eclipse.daanse.jdbc.db.dialect.api.DialectFactory.class)
3835
public class ServiceDiscovery<T> {
3936

4037
private static final Logger logger = LoggerFactory.getLogger(ServiceDiscovery.class);

0 commit comments

Comments
 (0)