Skip to content

Commit

Permalink
Rebase fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Tilmann Zäschke committed Jul 16, 2024
1 parent 72e9f16 commit 5cc48cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/scion/jpan/internal/Segments.java
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ private static List<Daemon.Path> combineTwoSegments(
}

private static Daemon.Path createShortCut(
Daemon.Path oldPath, int posUp, int posDown, ScionBootstrapper brLookup) {
Daemon.Path oldPath, int posUp, int posDown, LocalTopology brLookup) {
System.out.println("Removing: " + posUp + " -> " + posDown);
System.out.println(" " + ScionUtil.toStringPath(oldPath.getRaw().toByteArray()));

Expand Down

0 comments on commit 5cc48cb

Please sign in to comment.