Fix typo in comment

This commit is contained in:
Joe Farebrother
2021-06-01 11:10:16 +01:00
parent b562bdd14f
commit c850c7d079

View File

@@ -51,7 +51,7 @@ abstract private class GeneratedType extends RefType {
result = this.getASupertype() and
not result instanceof TypeObject and
not this instanceof EnumType and
// generic types have their source declaation (the corresponding raw type) as a supertype of themselves
// generic types have their source declaration (the corresponding raw type) as a supertype of themselves
result.getSourceDeclaration() != this
}