Skip to content

Commit

Permalink
[Java] Add @SuppressWarnings("this-escape") to fix the JDK 21-ea bu…
Browse files Browse the repository at this point in the history
…ild.
  • Loading branch information
vyazelenko committed May 1, 2023
1 parent 224fc95 commit 461204a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ public EncodedDataType(final Node node)
* @param givenName for this node.
* @param referencedName of the type when created from a ref in a composite.
*/
@SuppressWarnings("this-escape")
public EncodedDataType(final Node node, final String givenName, final String referencedName)
{
super(node, givenName, referencedName);
Expand Down

0 comments on commit 461204a

Please sign in to comment.