Skip to content

Commit

Permalink
SHIM - test
Browse files Browse the repository at this point in the history
  • Loading branch information
tzaeschke committed Oct 17, 2024
1 parent eca554e commit 156a6b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/org/scion/jpan/internal/Shim.java
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ public static void install(ScionService service) {
String flag =
ScionUtil.getPropertyOrEnv(DEBUG_PROPERTY_START_SHIM, DEBUG_ENV_START_SHIM, "true");
if (flag.equalsIgnoreCase("true")) {
// singleton.set(Shim.newBuilder(service).build());
// singleton.get().start();
singleton.set(Shim.newBuilder(service).build());
singleton.get().start();
}
}
}
Expand Down

0 comments on commit 156a6b8

Please sign in to comment.