get rid of unnecessary throws clause

This commit is contained in:
Chris Plummer 2026-01-16 19:46:39 -08:00
parent 6df713407d
commit 9172a80ab1

View File

@ -205,7 +205,7 @@ public class CoreUtils {
private static final String LOCATION_STRING = "location: ";
private static final String ALT_LOCATION_STRING = "alternatively, falling back to";
private static String parseCoreFileLocationFromOutput(String crashOutputString) throws IOException {
private static String parseCoreFileLocationFromOutput(String crashOutputString) {
System.out.println("crashOutputString = [" + crashOutputString + "]");
// Find the line of output that contains LOCATION_STRING