syntax error!

This commit is contained in:
Eric House 2012-04-23 06:54:23 -07:00
parent 97cb3863a6
commit 07c1d68321

View file

@ -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" );
} }