mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 22:34:27 +02:00
8337205: Typo in Stack vs Deque Method table in Deque specification
Reviewed-by: liach
This commit is contained in:
parent
16df9c33e9
commit
1846a65e32
1 changed files with 1 additions and 1 deletions
|
@ -163,7 +163,7 @@ package java.util;
|
|||
* </tr>
|
||||
* <tr>
|
||||
* <th scope="row">{@link #peek() peek()}</th>
|
||||
* <td>{@link #getFirst() getFirst()}</td>
|
||||
* <td>{@link #peekFirst() peekFirst()}</td>
|
||||
* </tr>
|
||||
* </tbody>
|
||||
* </table>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue