Skip to content

Commit b8ea0b3

Browse files
vkryachkorlazo
andauthored
Apply suggestions from code review
Co-authored-by: Rodrigo Lazo <[email protected]>
1 parent bb23fa0 commit b8ea0b3

File tree

1 file changed

+2
-2
lines changed
  • firebase-components/src/main/java/com/google/firebase/components

1 file changed

+2
-2
lines changed

firebase-components/src/main/java/com/google/firebase/components/Dependency.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ public static Dependency optional(Class<?> anInterface) {
6464
/**
6565
* Declares a deferred dependency.
6666
*
67-
* <p>Such dependencies are optional and may not be present be default. But they can become
68-
* available if a dynamic module is installed that they are contained in.
67+
* <p>Such dependencies are optional and may not be present by default. But they can become
68+
* available if a dynamic module that contains them is installed.
6969
*/
7070
public static Dependency deferred(Class<?> anInterface) {
7171
return new Dependency(anInterface, Type.OPTIONAL, Injection.DEFERRED);

0 commit comments

Comments
 (0)