profesorfalken / jProcesses

Get crossplatform processes details with Java
Apache License 2.0
63 stars 26 forks source link

API inconsistency: ProcessInfo.getPid vs. JProcesses.kill #20

Open effad opened 7 years ago

effad commented 7 years ago

While ProcessInfo.getPid() returns a String JProcesses.kill requires an integer parameter.

profesorfalken commented 6 years ago

Hello,

Thanks, you are right. I will fix that in a future version.