Browse Source

fix compiler warning


git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@50 f203690c-595d-4dc9-a70b-905162fa7fd2
tags/rel_1_1_4
James Ahlborn 18 years ago
parent
commit
1c3f4b39fd
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      src/java/com/healthmarketscience/jackcess/scsu/Expand.java

+ 1
- 0
src/java/com/healthmarketscience/jackcess/scsu/Expand.java View File

} }


/** expand portion of the input that is in single byte mode **/ /** expand portion of the input that is in single byte mode **/
@SuppressWarnings("fallthrough")
protected String expandSingleByte(byte []in) protected String expandSingleByte(byte []in)
throws IllegalInputException, EndOfInputException throws IllegalInputException, EndOfInputException
{ {

Loading…
Cancel
Save