Skip to content

Commit

Permalink
fix(road-congestion): remove erroneous static modifier
Browse files Browse the repository at this point in the history
this would have shared a single spatial index between all modifications, ouch.
  • Loading branch information
abyrd committed Mar 28, 2019
1 parent 5512d98 commit a08ae37
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ public class RoadCongestion extends Modification {

// Internal (private) fields

private static STRtree polygonSpatialIndex;
private STRtree polygonSpatialIndex;

private boolean logUpdatedEdgeCounts = true;

Expand Down

0 comments on commit a08ae37

Please sign in to comment.