Skip to content

Commit

Permalink
Added a TODO
Browse files Browse the repository at this point in the history
Issue #384
  • Loading branch information
mockitoguy committed Jul 31, 2016
1 parent 79b8933 commit 1349a9e
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -27,6 +27,7 @@ public void log(MockitoLogger logger) {
}

StringBuilder out = new StringBuilder("[MockitoHint] See javadoc for MockitoHint class.");
//TODO SF it would be nice to make the String look good if x goes multiple digits (padding)
int x = 1;
for (Map.Entry<Invocation, Set<Invocation>> m : mismatches.entrySet()) {
out.append("\n[MockitoHint] ").append(x++).append(". unused stub ")
Expand Down

0 comments on commit 1349a9e

Please sign in to comment.