Browse Source

fix formatting

git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@807 f203690c-595d-4dc9-a70b-905162fa7fd2
tags/jackcess-2.0.1
James Ahlborn 10 years ago
parent
commit
a6ca19b379

+ 2
- 2
src/main/java/com/healthmarketscience/jackcess/impl/complex/AttachmentColumnInfoImpl.java View File

@@ -363,7 +363,7 @@ public class AttachmentColumnInfoImpl extends ComplexColumnInfoImpl<Attachment>
if(_encodedData.length < WRAPPER_HEADER_SIZE) {
// nothing we can do
throw new IOException("Unknown encoded attachment data format");
}
}
// read initial header info
ByteBuffer bb = PageChannel.wrap(_encodedData);
@@ -384,7 +384,7 @@ public class AttachmentColumnInfoImpl extends ComplexColumnInfoImpl<Attachment>
} else {
throw new IOException(
"Unknown encoded attachment data type " + typeFlag);
}
}

contentStream = new DataInputStream(bin);


Loading…
Cancel
Save