Skip to content

Commit c274e02

Browse files
authored
Merge branch 'main' into luc-veldhuis/69-resolvedtype-to-java-type
2 parents b072b62 + 9f29e35 commit c274e02

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

VERSION.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ Java ClassMate project: licensed under Apache License 2.0
33

44
Release notes:
55

6+
1.8.0 (not yet released)
7+
8+
-
9+
610
1.7.1 (26-Sep-2025)
711

812
- Branch "master" renamed as "main"

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</parent>
88
<artifactId>classmate</artifactId>
99
<name>ClassMate</name>
10-
<version>1.7.2-SNAPSHOT</version>
10+
<version>1.8.0-SNAPSHOT</version>
1111
<packaging>bundle</packaging>
1212
<description>Library for introspecting types with full generic information
1313
including resolving of field and method types.

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)