Skip to content

Commit

Permalink
Respond to feedback around the wording.
Browse files Browse the repository at this point in the history
  • Loading branch information
nizarbenalla committed Jan 6, 2025
1 parent fb11329 commit 4f8877a
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -781,8 +781,7 @@ default TypeElement getOutermostTypeElement(Element e) {
* @apiNote This method implements the overrides relation as specified in JLS {@jls 8.4.8.1}.
* It may not implement the additional compile-time checks that Java compilers follow,
* specified in JLS {@jls 8.4.8.1} and {@jls 8.4.8.3}. In particular, the additional constraints
* on thrown types, return types and those constraints on method modifiers not directly
* bound to the overriding relation as such.
* on exception types, return types, and method modifiers do not affect the overriding relation.
*
* @param overrider the first method, possible overrider
* @param overridden the second method, possibly being overridden
Expand Down

0 comments on commit 4f8877a

Please sign in to comment.