Fixed the Compilation issue for AutoValue module

This commit is contained in:
Saravanan Kandaswamy 2019-04-23 09:35:48 +05:30 committed by Saravanan Kandaswamy
parent 77338c7fb1
commit 21ea070f21
1 changed files with 2 additions and 1 deletions

View File

@ -1,8 +1,9 @@
package com.baeldung.autofactory.provided;
import com.baeldung.autofactory.model.Camera;
import com.google.auto.factory.AutoFactory;
import com.google.auto.factory.Provided;
import javafx.scene.Camera;
import javax.inject.Provider;