mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
8319323: FFM: Harmonize the @throws tags in the javadocs
Reviewed-by: jvernee
This commit is contained in:
parent
ec79ab4b3c
commit
be01caf30d
10 changed files with 454 additions and 451 deletions
|
@ -65,8 +65,8 @@ public sealed interface GroupLayout extends MemoryLayout permits StructLayout, U
|
|||
/**
|
||||
* {@inheritDoc}
|
||||
* @throws IllegalArgumentException {@inheritDoc}
|
||||
* @throws IllegalArgumentException if {@code byteAlignment} is less than {@code M}, where {@code M} is the maximum alignment
|
||||
* constraint in any of the member layouts associated with this group layout.
|
||||
* @throws IllegalArgumentException if {@code byteAlignment} is less than {@code M}, where {@code M} is
|
||||
* the maximum alignment constraint in any of the member layouts associated with this group layout
|
||||
*/
|
||||
@Override
|
||||
GroupLayout withByteAlignment(long byteAlignment);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue