Format code

This commit is contained in:
Timo Westkämper 2014-11-21 20:03:58 +02:00
parent f0401dcb9a
commit d5225787ee

View File

@ -1179,7 +1179,6 @@ public abstract class AbstractJPATest {
.list(cat.name, new JPASubQuery().from(other).where(other.name.eq(cat.name)).count());
}
@Test
public void SubQuery5() {
QEmployee employee = QEmployee.employee;
@ -1190,7 +1189,6 @@ public abstract class AbstractJPATest {
.count();
}
@Test
public void Substring() {
for (String str : query().from(cat).list(cat.name.substring(1,2))) {