Skip to content

Commit c925eba

Browse files
authored
<T> javadoc fix up (graphql-java#815)
* More aggressive property look up * <T> is for tea
1 parent d4c3054 commit c925eba

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/java/graphql/schema/PropertyDataFetcher.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ private <O> PropertyDataFetcher(Function<O, T> function) {
7777
* </pre>
7878
*
7979
* @param propertyName the name of the property to retrieve
80+
* @param <T> the type of result
8081
*
8182
* @return a new PropertyDataFetcher using the provided function as its source of values
8283
*/
@@ -100,6 +101,7 @@ public static <T> PropertyDataFetcher<T> fetching(String propertyName) {
100101
*
101102
* @param function the function to use to obtain a value from the source object
102103
* @param <O> the type of the source object
104+
* @param <T> the type of result
103105
*
104106
* @return a new PropertyDataFetcher using the provided function as its source of values
105107
*/

0 commit comments

Comments
 (0)