X-Git-Url: https://git.argeo.org/?a=blobdiff_plain;f=org.argeo.suite.core%2Fsrc%2Forg%2Fargeo%2Fsuite%2FRankingKey.java;h=e0991953e2d326682c2a78328e46f5e187c3237e;hb=26204f48e2c40e98cc5b85757779b8a291edaa6a;hp=d7a2670b065a900fbef287c31b9da9a7502b6d99;hpb=a55bb0dc7e9fbcefb645d34ce24b326d1506a623;p=gpl%2Fargeo-suite.git diff --git a/org.argeo.suite.core/src/org/argeo/suite/RankingKey.java b/org.argeo.suite.core/src/org/argeo/suite/RankingKey.java index d7a2670..e099195 100644 --- a/org.argeo.suite.core/src/org/argeo/suite/RankingKey.java +++ b/org.argeo.suite.core/src/org/argeo/suite/RankingKey.java @@ -2,12 +2,11 @@ package org.argeo.suite; import java.util.Map; -import org.argeo.api.NodeConstants; - /** * Key used to classify and filter available components (typically provided by * OSGi services). */ +@Deprecated public class RankingKey implements Comparable { public final static String SERVICE_PID = "service.pid"; public final static String SERVICE_ID = "service.id";