Skip to content

Commit

Permalink
remove wrong comment
Browse files Browse the repository at this point in the history
  • Loading branch information
wagyourtail committed Aug 20, 2024
1 parent e4d6807 commit ba20926
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,6 @@
import java.util.stream.Collectors;
import java.util.stream.Stream;

/**
* Implementation of ProcessHandle is very incomplete, as can only get this kind of info on the
* current process without access to natives.
* <p>
* If you know some funny sun classes or something to get other processes, lmk
*/
@Adapter("java/lang/ProcessHandle")
public interface J_L_ProcessHandle extends Comparable<J_L_ProcessHandle> {
RuntimeMXBean bean = ManagementFactory.getRuntimeMXBean();
Expand Down

0 comments on commit ba20926

Please sign in to comment.