mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-27 07:58:49 +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 ) {
|
} catch ( java.io.IOException ioe ) {
|
||||||
DbgUtils.logf( "disAssemble: ioe: %s", ioe.toString() );
|
DbgUtils.logf( "disAssemble: ioe: %s", ioe.toString() );
|
||||||
} catch { ArrayIndexOutOfBoundsException oob ) {
|
} catch ( ArrayIndexOutOfBoundsException oob ) {
|
||||||
// enum this older code doesn't know about; drop it
|
// enum this older code doesn't know about; drop it
|
||||||
DbgUtils.logf( "disAssemble: dropping message with too-new enum" );
|
DbgUtils.logf( "disAssemble: dropping message with too-new enum" );
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue