Skip to content

Commit

Permalink
remove uncalled misspelled method
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinjwalls committed Dec 13, 2024
1 parent b5d4981 commit 19e6579
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/jdk/sun/management/jdp/DynamicLauncher.java
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,4 @@ protected OutputAnalyzer runVM() throws Exception {
}

protected abstract String[] options();

protected OutputAnalyzer getProcessOutputAnalyzer() {
return output;
}
}

0 comments on commit 19e6579

Please sign in to comment.