Skip to content

Commit 6130779

Browse files
committed
fix two javadoc warnings
1 parent 3fa242c commit 6130779

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

hibernate-core/src/main/java/org/hibernate/annotations/processing/Find.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@
169169
* </ul>
170170
* <p>
171171
* Finally, a method might have a parameter of type
172-
* {@link org.hibernate.query.restriction.Restriction Restriction<? super E>},
172+
* {@link org.hibernate.query.restriction.Restriction Restriction&lt;? super E&gt;},
173173
* allowing the caller to apply an arbitrary filtering criterion to
174174
* the query results.
175175
* <p>

hibernate-core/src/main/java/org/hibernate/annotations/processing/HQL.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@
135135
* </ul>
136136
* <p>
137137
* Finally, a method might have a parameter of type
138-
* {@link org.hibernate.query.restriction.Restriction Restriction<? super E>},
138+
* {@link org.hibernate.query.restriction.Restriction Restriction&lt;? super E&gt;},
139139
* allowing the caller to apply an arbitrary filtering criterion to
140140
* the query results.
141141
* <p>

0 commit comments

Comments
 (0)