We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d1f9de commit 75efdc0Copy full SHA for 75efdc0
_posts/2017-07-10-ood-5.md
@@ -211,10 +211,10 @@ String password = superKeypad.getPassword();
211
List<Transaction> transactions = new ArrayList<>();
212
Transaction t = null;
213
while( (t = superKeypad.getTransaction()) != null){
214
- t.preProcess(this);
215
- bankProxy.process(t);
216
- t.postProcess(this);
217
- transactions.add(t);
+ t.preProcess(this);
+ bankProxy.process(t);
+ t.postProcess(this);
+ transactions.add(t);
218
}
219
printer.print(transactions);
220
cardReader.ejectCard();
0 commit comments