Skip to content

Commit

Permalink
HBX-2879: Remove unneeded annotation '@SuppressWarnings(unused)' from…
Browse files Browse the repository at this point in the history
… 'org.hibernate.tool.orm.jbt.internal.util.NativeConfiguration'

Signed-off-by: Koen Aers <koen.aers@gmail.com>
  • Loading branch information
koentsje committed Jul 26, 2024
1 parent 3e6703c commit a8e817d
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,8 @@

public class NativeConfiguration extends Configuration implements ExtendedConfiguration {

@SuppressWarnings("unused")
private EntityResolver entityResolver = null;

@SuppressWarnings("unused")
private ImplicitNamingStrategy namingStrategy = null;

private Metadata metadata = null;
Expand Down

0 comments on commit a8e817d

Please sign in to comment.