Skip to content

Commit

Permalink
Move StringDoubleMap
Browse files Browse the repository at this point in the history
  • Loading branch information
steffenaxer committed Mar 6, 2024
1 parent 6c6ce52 commit 701dc66
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 701dc66

Please sign in to comment.