Skip to content

Commit a566be3

Browse files
committed
Update AssistFactory.java
1 parent 49fe35e commit a566be3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inject/src/main/java/io/avaje/inject/AssistFactory.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
* because the factory has some managed dependencies that should be injected for us and some
1919
* dependencies that are provided by the application (and annotated with {@code Assisted}).
2020
*
21-
* <p>The factory interface must be a functional interface, or an abstract class with only one
21+
* <p>The factory class must be a functional interface, or an abstract class with only one
2222
* abstract method defined.
2323
*
2424
* <pre>{@code

0 commit comments

Comments
 (0)