Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Make checkstyle happy
  • Loading branch information
testforstephen committed May 31, 2022
commit 5cb7918e2c276991f8638eb0c805c057daa345e0
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,6 @@ public static ProcessHandle findJavaProcessInTerminalShell(long shellPid, String
} catch (InterruptedException e) {
// do nothing
}

}

logger.info("Retried " + retry + " times but failed to find Java subProcess of shell pid " + shellPid);
Expand Down