PathLayer - inner class should be static
This commit is contained in:
parent
56c4323959
commit
bb2a86b5ac
@ -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();
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user