]> source.dussan.org Git - jackcess.git/commitdiff
enabled experimental MSISAM write support
authorJames Ahlborn <jtahlborn@yahoo.com>
Sun, 13 Feb 2011 13:19:58 +0000 (13:19 +0000)
committerJames Ahlborn <jtahlborn@yahoo.com>
Sun, 13 Feb 2011 13:19:58 +0000 (13:19 +0000)
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@508 f203690c-595d-4dc9-a70b-905162fa7fd2

src/java/com/healthmarketscience/jackcess/JetFormat.java

index 909b8be55b0e4cc7171a0df5ff62bac6bc643cab..723ac5e38dfd8d48077844ec69b1bf0997522f4a 100644 (file)
@@ -851,11 +851,6 @@ public abstract class JetFormat {
       super("MSISAM");
     }
 
-    @Override
-    protected boolean defineReadOnly() {
-      return true;
-    }
-
     @Override
     protected CodecType defineCodecType() { 
       return CodecType.MSISAM;