]> source.dussan.org Git - jackcess.git/commitdiff
fix compiler warning
authorJames Ahlborn <jtahlborn@yahoo.com>
Mon, 12 Jun 2006 19:53:55 +0000 (19:53 +0000)
committerJames Ahlborn <jtahlborn@yahoo.com>
Mon, 12 Jun 2006 19:53:55 +0000 (19:53 +0000)
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@50 f203690c-595d-4dc9-a70b-905162fa7fd2

src/java/com/healthmarketscience/jackcess/scsu/Expand.java

index a6e44b14291ae21b326acab7dfebd177eb934df7..b190ed0df6ae3aeb2cb2ce03d9d6c0cae6c46bff 100644 (file)
@@ -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
     {