Skip to content

Commit 5f36892

Browse files
committed
HHH-9803 - Checkstyle fix ups
1 parent 611f8a0 commit 5f36892

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hibernate-core/src/main/java/org/hibernate/mapping/PersistentClass.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ public int getSubclassSpan() {
211211
* Iterate over subclasses in a special 'order', most derived subclasses
212212
* first.
213213
*/
214-
public Iterator<Subclass> getSubclassIterator() {
214+
public Iterator getSubclassIterator() {
215215
Iterator[] iters = new Iterator[subclasses.size() + 1];
216216
Iterator iter = subclasses.iterator();
217217
int i = 0;

0 commit comments

Comments
 (0)