Fix compilation
This commit is contained in:
parent
4d91f9b451
commit
90e8a16ad8
1 changed files with 1 additions and 1 deletions
|
@ -254,7 +254,7 @@ public class RouteStatisticsHelper {
|
|||
}
|
||||
|
||||
Map<String, RouteSegmentAttribute> makePartition(List<RouteSegmentAttribute> routeAttributes) {
|
||||
Map<String, RouteSegmentAttribute> partition = new TreeMap<>();
|
||||
final Map<String, RouteSegmentAttribute> partition = new TreeMap<>();
|
||||
for (RouteSegmentAttribute attribute : routeAttributes) {
|
||||
RouteSegmentAttribute attr = partition.get(attribute.propertyName);
|
||||
if (attr == null) {
|
||||
|
|
Loading…
Reference in a new issue