From 1c3f4b39fd31f44e30cf30c38a76b16c063e80d2 Mon Sep 17 00:00:00 2001 From: James Ahlborn Date: Mon, 12 Jun 2006 19:53:55 +0000 Subject: [PATCH] fix compiler warning 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 | 1 + 1 file changed, 1 insertion(+) 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 { -- 2.39.5