mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-04-27 07:50:54 -07:00
Update BaseProcessor.java
This commit is contained in:
parent
801251e1a6
commit
ab604ec1c0
1 changed files with 1 additions and 1 deletions
|
|
@ -120,7 +120,7 @@ public abstract class BaseProcessor extends AbstractProcessor{
|
|||
List<? extends TypeMirror> boundsMirrors = element.getBounds();
|
||||
|
||||
List<TypeName> boundsTypeNames = new ArrayList<>();
|
||||
for (TypeMirror typeMirror : boundsMirrors){
|
||||
for(TypeMirror typeMirror : boundsMirrors){
|
||||
boundsTypeNames.add(TypeName.get(typeMirror));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue