mirror of
https://github.com/zaaarf/lillero-processor.git
synced 2024-11-13 01:39:22 +01:00
fix: remove generics at the end too
This commit is contained in:
parent
0a28187b7c
commit
dacf7a6de6
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@ public class ASTUtils {
|
|||
.insert(0, "$");
|
||||
elem = elem.getEnclosingElement();
|
||||
}
|
||||
return fqnBuilder.insert(0, elem.asType().toString()).toString();
|
||||
return fqnBuilder.insert(0, elem.asType().toString().split("<")[0]).toString();
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue