Skip to content

Commit

Permalink
Fix wrong type on osgi-lib that make plugin fail to start
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrossie committed Apr 24, 2014
1 parent 5b05eb1 commit af2b3f7
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -28,7 +28,7 @@ public abstract class KillbillActivatorBase implements BundleActivator {
protected OSGIKillbillRegistrar registrar;
protected OSGIKillbillDataSource dataSource;
protected OSGIKillbillEventDispatcher dispatcher;
protected OSGIConfigProperties configProperties;
protected OSGIConfigPropertiesService configProperties;

@Override
public void start(final BundleContext context) throws Exception {
Expand Down

0 comments on commit af2b3f7

Please sign in to comment.