Skip to content

Commit 2b48a6c

Browse files
committed
proj3
1 parent eb38ef7 commit 2b48a6c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

proj3/src/main/java/GraphBuildingHandler.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ public void startElement(String uri, String localName, String qName, Attributes
119119
String k = attributes.getValue("k");
120120
String v = attributes.getValue("v");
121121
if (k.equals("maxspeed")) {
122+
int iiii = 0;
122123
// System.out.println("Max Speed: " + v);
123124

124125
/* set the max speed of the "current way" here. */

0 commit comments

Comments
 (0)