Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverlietz committed Mar 21, 2024
1 parent 784cc33 commit 0165177
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ private void notifyRemoteListener(String rmiProperty) throws Exception {
public void stop(BundleContext bc) throws Exception {

String blockOnStop = System.getProperty("pax.exam.regression.blockOnStop", "false");
if (Boolean.valueOf(blockOnStop)) {
if (Boolean.parseBoolean(blockOnStop)) {
Thread.sleep(Long.MAX_VALUE);
}
}
Expand Down

0 comments on commit 0165177

Please sign in to comment.