mirror of https://github.com/apache/openjpa.git
fixed typo
git-svn-id: https://svn.apache.org/repos/asf/incubator/openjpa/trunk@479940 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
07dadf5564
commit
8015a253b6
|
@ -557,7 +557,7 @@ public class OracleDictionary
|
|||
|
||||
public Object getObject(ResultSet rs, int column, Map map)
|
||||
throws SQLException {
|
||||
// recent oracle dirvers return oracle-specific types for timestamps
|
||||
// recent oracle drivers return oracle-specific types for timestamps
|
||||
// and dates
|
||||
Object obj = super.getObject(rs, column, map);
|
||||
if (obj == null)
|
||||
|
|
Loading…
Reference in New Issue