Discussion:
[guice] Javadoc for TypeLiteral is misformatted (#914)
guoshimin
2015-04-11 20:11:02 UTC
Permalink
The class overview for TypeLiteral (http://google.github.io/guice/api-docs/3.0/javadoc/com/google/inject/TypeLiteral.html) is misformatted. Specifically this line:

TypeLiteral<List<String>> list = new TypeLiteral<List<String>>() {;}

---
Reply to this email directly or view it on GitHub:
https://github.com/google/guice/issues/914
--
You received this message because you are subscribed to the Google Groups "google-guice-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-guice-dev+***@googlegroups.com.
To post to this group, send email to google-guice-***@googlegroups.com.
Visit this group at http://groups.google.com/group/google-guice-dev.
For more options, visit https://groups.google.com/d/optout.
Sam Berlin
2015-04-12 00:31:41 UTC
Permalink
Closed #914.

---
Reply to this email directly or view it on GitHub:
https://github.com/google/guice/issues/914#event-278979306
--
You received this message because you are subscribed to the Google Groups "google-guice-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-guice-dev+***@googlegroups.com.
To post to this group, send email to google-guice-***@googlegroups.com.
Visit this group at http://groups.google.com/group/google-guice-dev.
For more options, visit https://groups.google.com/d/optout.
Sam Berlin
2015-04-12 00:31:41 UTC
Permalink
Already fixed in latest. Seehttp://google.github.io/guice/api-docs/latest/javadoc/com/google/inject/TypeLiteral.html

---
Reply to this email directly or view it on GitHub:
https://github.com/google/guice/issues/914#issuecomment-91954003
--
You received this message because you are subscribed to the Google Groups "google-guice-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-guice-dev+***@googlegroups.com.
To post to this group, send email to google-guice-***@googlegroups.com.
Visit this group at http://groups.google.com/group/google-guice-dev.
For more options, visit https://groups.google.com/d/optout.
Loading...