Skip to content

Commit 9172a80

Browse files
committed
get rid of unnecessary throws clause
1 parent 6df7134 commit 9172a80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/lib/jdk/test/lib/util/CoreUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ public static String getCoreFileLocation(String crashOutputString, long pid) thr
205205
private static final String LOCATION_STRING = "location: ";
206206
private static final String ALT_LOCATION_STRING = "alternatively, falling back to";
207207

208-
private static String parseCoreFileLocationFromOutput(String crashOutputString) throws IOException {
208+
private static String parseCoreFileLocationFromOutput(String crashOutputString) {
209209
System.out.println("crashOutputString = [" + crashOutputString + "]");
210210

211211
// Find the line of output that contains LOCATION_STRING

0 commit comments

Comments
 (0)