Skip to content

Commit

Permalink
[release] Release new version.
Browse files Browse the repository at this point in the history
  • Loading branch information
raphw committed Jun 1, 2023
1 parent a326aae commit 550ff9d
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,7 @@ public interface TypePool {
/**
* Locates and describes the given type by its name.
*
* @param name The name of the type to describe. The name is to be written as when calling {@link Object#toString()}
* on a loaded {@link java.lang.Class}.
* @param name The name of the type to describe. The name is to be written as when calling {@link Class#getName()}.
* @return A resolution of the type to describe. If the type to be described was found, the returned
* {@link net.bytebuddy.pool.TypePool.Resolution} represents this type. Otherwise, an illegal resolution is returned.
*/
Expand Down

0 comments on commit 550ff9d

Please sign in to comment.