mirror of
https://github.com/apache/openjpa.git
synced 2025-02-06 10:09:30 +00:00
OPENJPA-2099: Rollback toString() because DB2 error not investigated
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1240304 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
2988ebaf2a
commit
65f9e59265
@ -109,8 +109,4 @@ public class BindParameter {
|
||||
public Object getKey() {
|
||||
return _key;
|
||||
}
|
||||
|
||||
public String toString() {
|
||||
return _key + ":" + getValue();
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user