Skip to content

Commit

Permalink
exp -> export
Browse files Browse the repository at this point in the history
  • Loading branch information
martinpaljak committed May 9, 2015
1 parent 5274f2f commit 642ac66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pro/javacard/ant/JavaCard.java
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ public void setOutput(String msg) {
output_cap = msg;
}

public void setExp(String msg) {
public void setExport(String msg) {
output_exp = msg;
}

Expand Down

0 comments on commit 642ac66

Please # to comment.