diff options
author | James Ahlborn <jtahlborn@yahoo.com> | 2006-06-12 19:53:55 +0000 |
---|---|---|
committer | James Ahlborn <jtahlborn@yahoo.com> | 2006-06-12 19:53:55 +0000 |
commit | 1c3f4b39fd31f44e30cf30c38a76b16c063e80d2 (patch) | |
tree | e1c6138acbeaefeb8a5d867bb86ba82d199ee94d /src/java/com | |
parent | 472e8257431c0293de7145ae1574076fb652863f (diff) | |
download | jackcess-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.java | 1 |
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 { |