Add missing break
statement
This commit is contained in:
parent
7a616f49bc
commit
0633e5c767
1 changed files with 2 additions and 1 deletions
|
@ -128,6 +128,7 @@ public class MyApplet extends Applet {
|
|||
case 0x20:
|
||||
length = apdu.setIncomingAndReceive();
|
||||
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