inner class should be static
This commit is contained in:
parent
6eeb21623b
commit
4e94a8f269
@ -63,7 +63,7 @@ public abstract class AbstractVectorLayer<T> extends Layer implements UpdateList
|
|||||||
|
|
||||||
abstract protected void processFeatures(Task t, BoundingBox b);
|
abstract protected void processFeatures(Task t, BoundingBox b);
|
||||||
|
|
||||||
protected class Task {
|
protected static class Task {
|
||||||
public final ElementLayers layers = new ElementLayers();
|
public final ElementLayers layers = new ElementLayers();
|
||||||
public final MapPosition position = new MapPosition();
|
public final MapPosition position = new MapPosition();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user