Skip to content

Commit

Permalink
Merge pull request #3144 from steffenaxer/StringDoubleMap
Browse files Browse the repository at this point in the history
Move StringDoubleMap
  • Loading branch information
steffenaxer authored Mar 6, 2024
2 parents 6c6ce52 + 701dc66 commit b2a40a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package org.matsim.utils.objectattributes.attributeconverters;
package org.matsim.utils.objectattributes;

import java.util.LinkedHashMap;
import java.util.Map;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
import com.fasterxml.jackson.databind.ObjectMapper;
import com.fasterxml.jackson.databind.type.MapType;
import com.fasterxml.jackson.databind.type.TypeFactory;
import org.matsim.utils.objectattributes.StringDoubleMap;

public class StringDoubleMapConverter implements AttributeConverter<StringDoubleMap> {
private static final Logger LOG = LogManager.getLogger(StringDoubleMapConverter.class);
Expand Down

0 comments on commit b2a40a5

Please sign in to comment.