> Please review this jdk24 bug, which we intend to backport to jdk23 before 
> RDP2, which is a week away. This is a simple fix, but it disturbs multiple 
> tests.
> 
> Here's a tip for reviewing. Sometimes a snippet id in a test ends up with 
> `()1`, other times with `()2`. This is because the same snippet may appear 
> more than once on the same page, and we are always looking for its last 
> appearance. For example, if a snippet resides in the first sentence of a 
> method documentation, that snippet will appear in both the "Method Summary" 
> and "Method Details" sections. Otherwise, it will only appear in "Method 
> Details". Appearances are numbered starting from 1 and increment by 1 from 
> top ("Method Summary") to bottom ("Method Details").

Pavel Rappo has refreshed the contents of this pull request, and previous 
commits have been removed. The incremental views will show differences compared 
to the previous content of the PR. The pull request contains two new commits 
since the last revision:

 - Remove extra hyphen as suggested
 - Initial commit

-------------

Changes:
  - all: https://git.openjdk.org/jdk/pull/20136/files
  - new: https://git.openjdk.org/jdk/pull/20136/files/461b901f..dcc7923b

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=20136&range=01
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=20136&range=00-01

  Stats: 6 lines in 1 file changed: 3 ins; 0 del; 3 mod
  Patch: https://git.openjdk.org/jdk/pull/20136.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/20136/head:pull/20136

PR: https://git.openjdk.org/jdk/pull/20136

Reply via email to