Skip to content

Commit

Permalink
remove system exit
Browse files Browse the repository at this point in the history
Signed-off-by: achmelo <[email protected]>
  • Loading branch information
achmelo committed Sep 13, 2023
1 parent 9730ef1 commit b0bbc3a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,6 @@ private void validateInitializationWhenZosmfIsAvailable() {
apimlLog.log("org.zowe.apiml.gateway.jwtProducerConfigError", StringUtils.join(events, "\n"));
}
apimlLog.log("org.zowe.apiml.security.zosmfInstanceNotFound", zosmfServiceId);
System.exit(1); // TODO remove
}
}).start();
}
Expand Down

0 comments on commit b0bbc3a

Please sign in to comment.