Skip to content

Commit

Permalink
Remove totally outofdate javadoc in TypeStructureBuilder
Browse files Browse the repository at this point in the history
The params documented in the javadoc make no sense with actual params.
  • Loading branch information
akurtakov committed Dec 7, 2023
1 parent 4c113cf commit 54dc1f1
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -272,10 +272,6 @@ public static IApiType buildTypeStructure(byte[] bytes, IApiComponent component,
/**
* Builds a type structure with the given .class file bytes in the specified
* API component.
*
* @param bytes class file bytes
* @param component originating API component
* @param file associated class file
*/
public static void setEnclosingMethod(IApiType enclosingType, ApiType currentAnonymousLocalType) {
IApiTypeRoot typeRoot = enclosingType.getTypeRoot();
Expand Down

0 comments on commit 54dc1f1

Please sign in to comment.