Skip to content

Commit 461204a

Browse files
committed
[Java] Add @SuppressWarnings("this-escape") to fix the JDK 21-ea build.
1 parent 224fc95 commit 461204a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sbe-tool/src/main/java/uk/co/real_logic/sbe/xml/EncodedDataType.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ public EncodedDataType(final Node node)
6969
* @param givenName for this node.
7070
* @param referencedName of the type when created from a ref in a composite.
7171
*/
72+
@SuppressWarnings("this-escape")
7273
public EncodedDataType(final Node node, final String givenName, final String referencedName)
7374
{
7475
super(node, givenName, referencedName);

0 commit comments

Comments
 (0)