OPENJPA-516. Following the setFormOfUse(...) need to still call setString(...)

git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@627879 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Srinivasa Segu 2008-02-14 21:36:58 +00:00
parent 4b45bd5877
commit caa400cbb3
1 changed files with 0 additions and 1 deletions

View File

@ -460,7 +460,6 @@ public class OracleDictionary
("oracle.jdbc.OraclePreparedStatement").
getField("FORM_NCHAR").get(null)
});
return;
} catch (Exception e) {
log.warn(e);
}