diff options
author | James Ahlborn <jtahlborn@yahoo.com> | 2011-02-13 13:19:58 +0000 |
---|---|---|
committer | James Ahlborn <jtahlborn@yahoo.com> | 2011-02-13 13:19:58 +0000 |
commit | e07250ace151f11cbe996ef426abbe3cb2dc3ab1 (patch) | |
tree | b400735855f82185a69008780b5f390f44a12805 /src/java/com | |
parent | eb4d71a77c33712fb3897036fe3054f0765b2fa4 (diff) | |
download | jackcess-e07250ace151f11cbe996ef426abbe3cb2dc3ab1.tar.gz jackcess-e07250ace151f11cbe996ef426abbe3cb2dc3ab1.zip |
enabled experimental MSISAM write support
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@508 f203690c-595d-4dc9-a70b-905162fa7fd2
Diffstat (limited to 'src/java/com')
-rw-r--r-- | src/java/com/healthmarketscience/jackcess/JetFormat.java | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/java/com/healthmarketscience/jackcess/JetFormat.java b/src/java/com/healthmarketscience/jackcess/JetFormat.java index 909b8be..723ac5e 100644 --- a/src/java/com/healthmarketscience/jackcess/JetFormat.java +++ b/src/java/com/healthmarketscience/jackcess/JetFormat.java @@ -852,11 +852,6 @@ public abstract class JetFormat { } @Override - protected boolean defineReadOnly() { - return true; - } - - @Override protected CodecType defineCodecType() { return CodecType.MSISAM; } |