Stop looking for an account after a matching account is found.

This commit is contained in:
Fabian Schlenz 2016-09-20 06:35:25 +02:00
parent cc7b2f09af
commit 81ac38fbc8
1 changed files with 1 additions and 0 deletions

View File

@ -85,6 +85,7 @@ public class CommandLineController {
if (acc.equals(CommandLineOptions.val_account)) {
found=true;
logger.trace("Matches.");
break;
}
}
if (!found) {