mirror of
https://github.com/openjdk/jdk.git
synced 2026-03-14 18:03:44 +00:00
get rid of unnecessary throws clause
This commit is contained in:
parent
6df713407d
commit
9172a80ab1
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user