We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 782af18 commit 3886a06Copy full SHA for 3886a06
1 file changed
spring-hibernate4/src/test/java/org/baeldung/persistence/service/FooSortingServiceTest.java
@@ -70,8 +70,7 @@ public final void whenHQlSortingByOneAttribute_thenPrintSortedResults() {
70
for(Foo foo: fooList){
71
System.out.println(
72
"Name: " + foo.getName()
73
- + ", Id: " + foo.getId()
74
-
+ + ", Id: " + foo.getId()
75
);
76
}
77
Transaction tr = sess.beginTransaction();
0 commit comments