Skip to content
Snippets Groups Projects
Commit f25f0e3c authored by Carlos Galindo's avatar Carlos Galindo
Browse files

Typos

parent 96cdbae9
No related branches found
No related tags found
1 merge request!58Object flow and trees
Pipeline #92 failed
......@@ -82,7 +82,7 @@ public class ASTUtils {
return declaration.asMethodDeclaration().getType().isClassOrInterfaceType();
if (declaration.isConstructorDeclaration())
return true;
throw new IllegalArgumentException("Declaration wan't method or constructor");
throw new IllegalArgumentException("Declaration wasn't method or constructor");
}
public static int getMatchingParameterIndex(CallableDeclaration<?> declaration, ResolvedParameterDeclaration param) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment