X-Git-Url: https://git.argeo.org/?a=blobdiff_plain;f=org.argeo.osgi.boot%2Fsrc%2Forg%2Fargeo%2Fosgi%2Fboot%2Fa2%2FA2Component.java;h=a2d5facf98b9cfc8c814cfbe1cd5de91b19486d8;hb=c155192cfcd5ca355eb933fa3f55dbad6d01b958;hp=7c14c295eb1a71807ed421e39208e3efa038d134;hpb=7e77ed8fc812ea81d5cecec67006fbe363150ef8;p=lgpl%2Fargeo-commons.git diff --git a/org.argeo.osgi.boot/src/org/argeo/osgi/boot/a2/A2Component.java b/org.argeo.osgi.boot/src/org/argeo/osgi/boot/a2/A2Component.java index 7c14c295e..a2d5facf9 100644 --- a/org.argeo.osgi.boot/src/org/argeo/osgi/boot/a2/A2Component.java +++ b/org.argeo.osgi.boot/src/org/argeo/osgi/boot/a2/A2Component.java @@ -11,7 +11,7 @@ import org.osgi.framework.Version; * Bundle-SymbolicName. This is the equivalent of Maven's artifact * id. */ -class A2Component implements Comparable { +public class A2Component implements Comparable { private final A2Contribution contribution; private final String id;