Setting eol-style

git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@779699 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Dick 2009-05-28 17:55:10 +00:00
parent c9e74d4c7a
commit b2a8732a8b

View File

@ -598,7 +598,7 @@ public class TestCriteria extends SingleEMFTestCase {
compareLiterally(jpql, q);
}
}
void setParameters(Query q, Object...p) {
void setParameters(Query q, Object...p) {
if (p == null)
return;
for (int i = 0; i < p.length; i += 2) {