Skip to content

Commit ddb6315

Browse files
java-team-github-botGuice Team
authored andcommitted
Fixup for a common typo.
PiperOrigin-RevId: 547836342
1 parent ee93362 commit ddb6315

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

extensions/testlib/src/com/google/inject/testing/fieldbinder/BoundFieldModule.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ private boolean allowsNull() {
363363
}
364364
}
365365

366-
/** Returns the the object originally passed to {@link BoundFieldModule#of}). */
366+
/** Returns the object originally passed to {@link BoundFieldModule#of}). */
367367
public Object getInstance() {
368368
return instance;
369369
}

0 commit comments

Comments
 (0)