Skip to content

Commit

Permalink
Fix #12 Save/Open bin file issue with SnapshotAttributes
Browse files Browse the repository at this point in the history
  • Loading branch information
rbuj committed Apr 2, 2019
1 parent 2a851fa commit dc04349
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,14 @@
*/
package net.freerouting.freeroute;

import java.io.Serializable;
import java.util.EnumMap;

/**
*
* @author Robert Buj
*/
public final class SnapshotAttributes {
public final class SnapshotAttributes implements Serializable {

EnumMap<SnapshotAttributeKey, Boolean> snapshot_attributes_map;

Expand Down

0 comments on commit dc04349

Please sign in to comment.