mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-07-21 13:17:39 +07:00
Update BaseProcessor.java
This commit is contained in:
@ -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));
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user