Skip to content

Commit

Permalink
Suppress a warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
fniephaus committed Apr 14, 2023
1 parent d52edf9 commit 29fa7c8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,7 @@ public abstract class DebugInfoBase {
*/
private ClassEntry hubClassEntry;

@SuppressWarnings("this-escape")
public DebugInfoBase(ByteOrder byteOrder) {
this.byteOrder = byteOrder;
this.useHeapBase = true;
Expand Down

0 comments on commit 29fa7c8

Please sign in to comment.