Skip to content

Commit debd575

Browse files
authored
remove the empty statement
1 parent aa84d50 commit debd575

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/examples/springbatch/paging/SpringBatchPagingTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ private long upperCaseRowCount() throws Exception {
9292
.build()
9393
.render(RenderingStrategy.MYBATIS3);
9494

95-
return personMapper.count(selectStatement);;
95+
return personMapper.count(selectStatement);
9696
}
9797
}
9898
}

0 commit comments

Comments
 (0)