From a84d2e1bfe82afc87fa49504c6f0e224a3ca349a Mon Sep 17 00:00:00 2001 From: eugenefischer <66030419+eugenefischer@users.noreply.github.com> Date: Sun, 25 Sep 2022 14:34:31 -0500 Subject: [PATCH] Revert "Add comment on map data encodng" This reverts commit 73c83bf35d9748c5505f6fa28d2190b050b5228f. --- src/main/java/GraphWithMapData.java | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/java/GraphWithMapData.java b/src/main/java/GraphWithMapData.java index 8f9ab03..0e4c09b 100644 --- a/src/main/java/GraphWithMapData.java +++ b/src/main/java/GraphWithMapData.java @@ -6,7 +6,6 @@ import java.util.Map; //Can't just write the graph, because I need the occupancy data too. //Makes most sense to serialize object and write that to a file. //Which means there's no reason to split map data and graph data up. -//Custom vertex class means a lot of the map data can now be encoded in the graph itself public class GraphWithMapData implements java.io.Serializable { private String sourceFilename;