mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-26 07:58:52 +01:00
syntax error!
This commit is contained in:
parent
97cb3863a6
commit
07c1d68321
1 changed files with 1 additions and 1 deletions
|
@ -487,7 +487,7 @@ public class SMSService extends Service {
|
|||
}
|
||||
} catch ( java.io.IOException ioe ) {
|
||||
DbgUtils.logf( "disAssemble: ioe: %s", ioe.toString() );
|
||||
} catch { ArrayIndexOutOfBoundsException oob ) {
|
||||
} catch ( ArrayIndexOutOfBoundsException oob ) {
|
||||
// enum this older code doesn't know about; drop it
|
||||
DbgUtils.logf( "disAssemble: dropping message with too-new enum" );
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue