Add missing break
statement
This commit is contained in:
parent
7a616f49bc
commit
0633e5c767
1 changed files with 2 additions and 1 deletions
|
@ -127,7 +127,8 @@ public class MyApplet extends Applet {
|
|||
break;
|
||||
case 0x20:
|
||||
length = apdu.setIncomingAndReceive();
|
||||
pin.check(buffer, (short) ISO7816.OFFSET_CDATA, (byte)length);
|
||||
pin.check(buffer, (short) ISO7816.OFFSET_CDATA, (byte)length);
|
||||
break;
|
||||
default:
|
||||
ISOException.throwIt(ISO7816.SW_INS_NOT_SUPPORTED);
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue