summaryrefslogtreecommitdiffstats
path: root/src/java/com
diff options
context:
space:
mode:
authorJames Ahlborn <jtahlborn@yahoo.com>2006-06-12 19:53:55 +0000
committerJames Ahlborn <jtahlborn@yahoo.com>2006-06-12 19:53:55 +0000
commit1c3f4b39fd31f44e30cf30c38a76b16c063e80d2 (patch)
treee1c6138acbeaefeb8a5d867bb86ba82d199ee94d /src/java/com
parent472e8257431c0293de7145ae1574076fb652863f (diff)
downloadjackcess-1c3f4b39fd31f44e30cf30c38a76b16c063e80d2.tar.gz
jackcess-1c3f4b39fd31f44e30cf30c38a76b16c063e80d2.zip
fix compiler warning
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@50 f203690c-595d-4dc9-a70b-905162fa7fd2
Diffstat (limited to 'src/java/com')
-rw-r--r--src/java/com/healthmarketscience/jackcess/scsu/Expand.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/java/com/healthmarketscience/jackcess/scsu/Expand.java b/src/java/com/healthmarketscience/jackcess/scsu/Expand.java
index a6e44b1..b190ed0 100644
--- a/src/java/com/healthmarketscience/jackcess/scsu/Expand.java
+++ b/src/java/com/healthmarketscience/jackcess/scsu/Expand.java
@@ -221,6 +221,7 @@ public class Expand extends SCSU
}
/** expand portion of the input that is in single byte mode **/
+ @SuppressWarnings("fallthrough")
protected String expandSingleByte(byte []in)
throws IllegalInputException, EndOfInputException
{