mirror of
https://github.com/apache/openjpa.git
synced 2025-02-24 03:28:35 +00:00
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:
parent
c9e74d4c7a
commit
b2a8732a8b
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user