Skip to content

Commit

Permalink
Fix printPINImpl method scope
Browse files Browse the repository at this point in the history
  • Loading branch information
demsey committed May 18, 2019
1 parent 0c3b249 commit 86fc240
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jpos/src/main/java/org/jpos/security/BaseSMAdapter.java
Original file line number Diff line number Diff line change
Expand Up @@ -1682,7 +1682,7 @@ protected EncryptedPIN generatePINImpl(String accountNumber, int pinLen, List<St
* @param fields
* @throws SMException
*/
public void printPINImpl(String accountNo, EncryptedPIN pinUnderKd1, T kd1
protected void printPINImpl(String accountNo, EncryptedPIN pinUnderKd1, T kd1
,String template, Map<String, String> fields) throws SMException {
throw new SMException("Operation not supported in: " + this.getClass().getName());
}
Expand Down

0 comments on commit 86fc240

Please sign in to comment.