Skip to content

Commit

Permalink
explicit imports to avoid compilation problems.
Browse files Browse the repository at this point in the history
  • Loading branch information
ariksher-nex committed Oct 8, 2018
1 parent ed625ec commit eb78dac
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
package net.serenitybdd.core.di;

import com.google.inject.*;
import net.thucydides.core.guice.*;
import net.thucydides.core.guice.webdriver.*;
import com.google.inject.Injector;
import com.google.inject.Module;
import net.thucydides.core.guice.Injectors;
import net.thucydides.core.guice.webdriver.WebDriverModule;

public class WebDriverInjectors {

Expand Down

0 comments on commit eb78dac

Please sign in to comment.