PathLayer - inner class should be static

This commit is contained in:
Hannes Janetzek 2014-03-09 19:37:44 +01:00
parent 56c4323959
commit bb2a86b5ac

View File

@ -220,7 +220,7 @@ public class PathLayer extends Layer {
} }
} }
final class Task { final static class Task {
ElementLayers layer = new ElementLayers(); ElementLayers layer = new ElementLayers();
MapPosition pos = new MapPosition(); MapPosition pos = new MapPosition();
} }