Skip to content

Commit 550ff9d

Browse files
committed
[release] Release new version.
1 parent a326aae commit 550ff9d

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

byte-buddy-dep/src/main/java/net/bytebuddy/pool/TypePool.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,7 @@ public interface TypePool {
8888
/**
8989
* Locates and describes the given type by its name.
9090
*
91-
* @param name The name of the type to describe. The name is to be written as when calling {@link Object#toString()}
92-
* on a loaded {@link java.lang.Class}.
91+
* @param name The name of the type to describe. The name is to be written as when calling {@link Class#getName()}.
9392
* @return A resolution of the type to describe. If the type to be described was found, the returned
9493
* {@link net.bytebuddy.pool.TypePool.Resolution} represents this type. Otherwise, an illegal resolution is returned.
9594
*/

0 commit comments

Comments
 (0)