Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor ProcessListChangedSubscriber #34203

Merged
merged 9 commits into from
Dec 29, 2024
Prev Previous commit
Next Next commit
Refactor ProcessListChangedSubscriber
terrymanu committed Dec 29, 2024
commit 221a3ad15dafa486f342fb0c6c60f05bc0172e2c
Original file line number Diff line number Diff line change
@@ -106,6 +106,7 @@ public Collection<Process> listAll() {
/**
* Kill process.
*
* @param processId process ID
* @throws SQLException SQL exception
*/
public void kill(final String processId) throws SQLException {