mirror of
https://github.com/google/guice.git
synced 2024-04-21 12:32:36 +00:00
Fix typo in jdoc.
PiperOrigin-RevId: 516590803
This commit is contained in:
@@ -32,7 +32,7 @@ import java.lang.annotation.Target;
|
||||
* <pre>
|
||||
* {@literal @}ProvidesIntoSet
|
||||
* {@literal @}Named("urls")
|
||||
* String provideFooUrl(FooManager fm) { returm fm.getUrl(); }
|
||||
* String provideFooUrl(FooManager fm) { return fm.getUrl(); }
|
||||
*
|
||||
* {@literal @}ProvidesIntoSet
|
||||
* {@literal @}Named("urls")
|
||||
|
||||
Reference in New Issue
Block a user