Skip to content

Commit

Permalink
Addressed review comments part2
Browse files Browse the repository at this point in the history
  • Loading branch information
rsunderbabu committed Oct 1, 2024
1 parent 097789b commit b895705
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/hotspot/jtreg/vmTestbase/nsk/share/Log.java
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@


/**
* This class helps to print test-execution trace messages
* This class helps to print test-execution trace messages.
* <p>
* <code>Log</code> provides with two main methods to print messages:
* <ul>
Expand Down Expand Up @@ -338,8 +338,6 @@ private void logExceptionForFailureAnalysis(String msg) {

/**
* Redirect log to the given <code>stream</code>.
* Prints errors summary to current stream, cancel current stream
* and switches to new stream.
*
* @deprecated This method is obsolete.
*/
Expand Down

0 comments on commit b895705

Please sign in to comment.