Skip to content
This repository has been archived by the owner on Jul 13, 2020. It is now read-only.

Commit

Permalink
replace our SystemReadyBaseImpl with infrautils' SystemReadyImpl
Browse files Browse the repository at this point in the history
  • Loading branch information
vorburger committed Oct 11, 2018
1 parent 8530b33 commit f883836
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 61 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@

import com.google.inject.AbstractModule;
import org.opendaylight.infrautils.inject.PostFullSystemInjectionListener;
import org.opendaylight.infrautils.ready.SystemReadyBaseImpl;
import org.opendaylight.infrautils.ready.SystemReadyMonitor;
import org.opendaylight.infrautils.ready.impl.SystemReadyImpl;
import org.ops4j.pax.cdi.api.OsgiService;

public class ReadyWiring extends AbstractModule implements PostFullSystemInjectionListener {

private final SystemReadyBaseImpl systemReadyImpl = new SystemReadyBaseImpl();
private final SystemReadyImpl systemReadyImpl = new SystemReadyImpl();

@Override
protected void configure() {
Expand Down

0 comments on commit f883836

Please sign in to comment.