Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Tilmann Zäschke committed Oct 8, 2024
1 parent 2792b85 commit 0701a4d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/test/java/org/scion/jpan/demo/TopologyMapperDemo.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
import java.net.InetAddress;
import java.net.InetSocketAddress;
import java.util.*;

import org.scion.jpan.*;
import org.scion.jpan.testutil.MockDNS;
import org.scion.jpan.testutil.Scenario;
Expand Down Expand Up @@ -242,7 +241,7 @@ private static void write(Map<Long, AsInfo> asMap, Set<AsLink> asLinks) throws I
}
}

String NL = System.lineSeparator();
String NL = System.lineSeparator();
writer.append("--- # My Topology").append(NL);
writer.append("ASes:").append(NL);
for (AsInfo as : asMap.values()) {
Expand Down

0 comments on commit 0701a4d

Please sign in to comment.