flexo: Use interface instead of type
This commit is contained in:
@@ -134,9 +134,9 @@ public class FlexoPlugin extends Plugin
|
|||||||
private int scalingFactor;
|
private int scalingFactor;
|
||||||
|
|
||||||
@Getter(AccessLevel.PACKAGE)
|
@Getter(AccessLevel.PACKAGE)
|
||||||
private ArrayList<Rectangle> clickAreas = new ArrayList<>();
|
private List<Rectangle> clickAreas = new ArrayList<>();
|
||||||
@Getter(AccessLevel.PACKAGE)
|
@Getter(AccessLevel.PACKAGE)
|
||||||
private ArrayList<Point> clickPoints = new ArrayList<>();
|
private List<Point> clickPoints = new ArrayList<>();
|
||||||
|
|
||||||
@Subscribe
|
@Subscribe
|
||||||
private void onConfigChanged(ConfigChanged event)
|
private void onConfigChanged(ConfigChanged event)
|
||||||
|
|||||||
Reference in New Issue
Block a user