stbischof commented on code in PR #412: URL: https://github.com/apache/felix-dev/pull/412#discussion_r2067532558
########## gogo/jline/src/main/java/org/apache/felix/gogo/jline/Posix.java: ########## @@ -808,9 +809,26 @@ private void startShell(CommandSession session, Terminal terminal) { new Thread(() -> runShell(session, terminal), terminal.getName() + " shell").start(); } + /** Review Comment: Do we really need this doc on a private messge whn al is written in commit message -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@felix.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org