inner class should be static

This commit is contained in:
Hannes Janetzek 2014-02-20 02:48:39 +01:00
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);
protected class Task {
protected static class Task {
public final ElementLayers layers = new ElementLayers();
public final MapPosition position = new MapPosition();
}