Skip to content

Commit a8e817d

Browse files
committed
HBX-2879: Remove unneeded annotation '@SuppressWarnings(unused)' from 'org.hibernate.tool.orm.jbt.internal.util.NativeConfiguration'
Signed-off-by: Koen Aers <[email protected]>
1 parent 3e6703c commit a8e817d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

jbt/src/main/java/org/hibernate/tool/orm/jbt/internal/util/NativeConfiguration.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,8 @@
2424

2525
public class NativeConfiguration extends Configuration implements ExtendedConfiguration {
2626

27-
@SuppressWarnings("unused")
2827
private EntityResolver entityResolver = null;
2928

30-
@SuppressWarnings("unused")
3129
private ImplicitNamingStrategy namingStrategy = null;
3230

3331
private Metadata metadata = null;

0 commit comments

Comments
 (0)