Merge pull request #6801 from saravanan-kandaswamy/autovalue-fix

Autovalue fix
This commit is contained in:
Eric Martin 2019-04-25 12:48:43 -05:00 committed by GitHub
commit 5f32bfc05c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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;