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:
Patrick Linskey 2006-11-28 08:16:34 +00:00
parent 07dadf5564
commit 8015a253b6
1 changed files with 1 additions and 1 deletions

View File

@ -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)