Skip to content

Commit ab39850

Browse files
committed
...
1 parent 4c75828 commit ab39850

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/fasterxml/classmate/TypeResolver.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
/**
1414
* Object that is used for resolving generic type information of a class
1515
* so that it is accessible using simple API. Resolved types are also starting
16-
* point for accessing resolved (generics aware) return and argument types
16+
* point for accessing resolved (generics-aware) return and argument types
1717
* of class members (methods, fields, constructors).
1818
*<p>
1919
* Note that resolver instances are stateful in that resolvers cache resolved

0 commit comments

Comments
 (0)