Skip to content

Commit bd92b19

Browse files
committed
fix completely unnecessary use of raw type
1 parent 58babe3 commit bd92b19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hibernate-core/src/main/java/org/hibernate/query/named/NamedObjectRepository.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ public interface NamedObjectRepository {
8484
/**
8585
* Resolve the named query with the given name.
8686
*/
87-
NamedQueryMemento resolve(
87+
NamedQueryMemento<?> resolve(
8888
SessionFactoryImplementor sessionFactory,
8989
MetadataImplementor bootMetamodel,
9090
String registrationName);

0 commit comments

Comments
 (0)