Skip to content
Snippets Groups Projects
Commit da117aa9 authored by terry-norbraten's avatar terry-norbraten
Browse files

declare static type

parent 725f5cf8
No related branches found
No related tags found
No related merge requests found
...@@ -132,7 +132,7 @@ public class X3dCreateLineSet { ...@@ -132,7 +132,7 @@ public class X3dCreateLineSet {
} }
//Normalize all times in the set //Normalize all times in the set
LinkedHashMap<Double, String> keyKeyValueSetPositionInterpolator = new LinkedHashMap<>(); Map<Double, String> keyKeyValueSetPositionInterpolator = new LinkedHashMap<>();
for (Double k : keys) { for (Double k : keys) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment