Skip to content
This repository has been archived by the owner on Jan 25, 2025. It is now read-only.

Commit

Permalink
Code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
burningtnt committed Jul 8, 2023
1 parent c95792c commit 7b4f4df
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main/java/net/burningtnt/jstackmc/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

import java.io.IOException;
import java.io.UnsupportedEncodingException;
import java.net.URISyntaxException;
import java.nio.file.Files;
import java.nio.file.Path;
import java.time.LocalDateTime;
Expand Down Expand Up @@ -30,7 +29,7 @@ public static void main(String[] args) {
scanner.nextLine();
}

private static void realMain() throws URISyntaxException, sun.jvmstat.monitor.MonitorException, IOException, InterruptedException {
private static void realMain() throws IOException, InterruptedException {
int minecraftPid = MinecraftVMScanner.getMinecraftVM();

if (minecraftPid == -1) {
Expand Down

0 comments on commit 7b4f4df

Please sign in to comment.