From 0c0bddebfc7fb444f9f6feeba5017bc0a1bbc864 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Sun, 14 Sep 2014 20:15:11 -0400 Subject: listbinder: Fix angle brackets in javadoc. --- .../main/java/com/tavianator/sangria/listbinder/ListBinder.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'sangria-listbinder') diff --git a/sangria-listbinder/src/main/java/com/tavianator/sangria/listbinder/ListBinder.java b/sangria-listbinder/src/main/java/com/tavianator/sangria/listbinder/ListBinder.java index d813b7a..003e25e 100644 --- a/sangria-listbinder/src/main/java/com/tavianator/sangria/listbinder/ListBinder.java +++ b/sangria-listbinder/src/main/java/com/tavianator/sangria/listbinder/ListBinder.java @@ -60,9 +60,9 @@ import com.tavianator.sangria.core.UniqueAnnotations; * * *

- * This will create a binding for a {@code List<String>}, which contains {@code "a"} followed by {@code "b"}. It - * also creates a binding for {@code List<Provider<String>>} — this may be useful in more advanced - * cases to allow list elements to be lazily loaded. + * This will create a binding for a {@code List}, which contains {@code "a"} followed by {@code "b"}. It also + * creates a binding for {@code List>} — this may be useful in more advanced cases to allow list + * elements to be lazily loaded. *

* *

To add an annotation to the list binding, simply write this:

@@ -74,7 +74,7 @@ import com.tavianator.sangria.core.UniqueAnnotations; * * *

- * and the created binding will be {@code @Named("name") List<String>} instead. + * and the created binding will be {@code @Named("name") List} instead. *

* *

-- cgit v1.2.3