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:
Pinaki Poddar 2012-02-03 19:13:59 +00:00
parent 2988ebaf2a
commit 65f9e59265

View File

@ -109,8 +109,4 @@ public class BindParameter {
public Object getKey() {
return _key;
}
public String toString() {
return _key + ":" + getValue();
}
}