X-Git-Url: http://git.argeo.org/?p=gpl%2Fargeo-suite.git;a=blobdiff_plain;f=org.argeo.suite.core%2Fsrc%2Forg%2Fargeo%2Fsuite%2FRankingKey.java;fp=org.argeo.suite.core%2Fsrc%2Forg%2Fargeo%2Fsuite%2FRankingKey.java;h=e0991953e2d326682c2a78328e46f5e187c3237e;hp=d7a2670b065a900fbef287c31b9da9a7502b6d99;hb=52a3863f49ea8e4387cc123802f995a7dd049a7d;hpb=4390bdf66e304558ecf692fdfb3983b7da4bc5ac 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";