Skip to content

Commit

Permalink
Added missing annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
4everTheOne committed Nov 1, 2022
1 parent ad38648 commit 1388ad1
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -71,6 +71,7 @@ public JavaParserTypeDeclarationAdapter(com.github.javaparser.ast.body.TypeDecla
/**
* @deprecated Consider using {@link #solveType(String, List)} to consider type arguments.
*/
@Deprecated
public SymbolReference<ResolvedTypeDeclaration> solveType(String name) {
return solveType(name, null);
}
Expand Down

0 comments on commit 1388ad1

Please sign in to comment.