]> source.dussan.org Git - jackcess.git/commitdiff
ugly typo
authorJames Ahlborn <jtahlborn@yahoo.com>
Wed, 16 Apr 2008 19:00:56 +0000 (19:00 +0000)
committerJames Ahlborn <jtahlborn@yahoo.com>
Wed, 16 Apr 2008 19:00:56 +0000 (19:00 +0000)
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@331 f203690c-595d-4dc9-a70b-905162fa7fd2

src/java/com/healthmarketscience/jackcess/Column.java

index 474cc54a5b04af089615de4cdef2d843df897f3e..bf14d12d1dd07a8999da5131b12f17fc9ea79fc2 100644 (file)
@@ -657,7 +657,7 @@ public class Column implements Comparable<Column> {
   {
     if(value == null) {
       buffer.putDouble(0d);
-    } if(value instanceof DateExt) {
+    } else if(value instanceof DateExt) {
       
       // this is a Date value previously read from readDateValue().  use the
       // original bits to store the value so we don't lose any precision