ad-hoc: fixed typo in exception message

This commit is contained in:
robokaso
2008-09-22 12:01:42 +00:00
parent 9acbaef7dd
commit 661615647c

View File

@@ -30,7 +30,7 @@ public abstract class AbstractSqlPagingQueryProviderTests {
@Before
public void setUp() {
if (pagingQueryProvider == null) {
throw new IllegalArgumentException("pagingQuery{rovider can't be null");
throw new IllegalArgumentException("pagingQueryProvider can't be null");
}
pagingQueryProvider.setSelectClause("id, name, age");
pagingQueryProvider.setFromClause("foo");