Skip to content

Commit

Permalink
Fix error in Eclipse
Browse files Browse the repository at this point in the history
Error in eclipse from the SupressWarnings fixed
  • Loading branch information
rileyg98 committed Jan 10, 2020
1 parent 619aae0 commit 1729d65
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/com/vivokey/smartpgp/SmartPGPApplet.java
Original file line number Diff line number Diff line change
Expand Up @@ -1396,7 +1396,6 @@ private final void processTerminateDf(final byte p1, final byte p2) {
data.isTerminated = true;
}

@SuppressWarnings("fallthrough")
private final void processActivateFile(final byte p1, final byte p2) {
if(p1 != (byte)0) {
ISOException.throwIt(ISO7816.SW_WRONG_P1P2);
Expand Down

0 comments on commit 1729d65

Please sign in to comment.