Skip to content

Commit

Permalink
NAS-2642: Inserted test in content
Browse files Browse the repository at this point in the history
  • Loading branch information
Knud Åge Hansen committed Aug 3, 2017
1 parent 09fa77e commit 37a2837
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ void listFrontier(String regex, long limit) {
if (limit > 0) {
content = 'Matching URIs(test): '+ matchingCount + '</p>' + content
} else {
content = 'First matching URIs (return limit reached): ' + matchingCount + '</p>' + content
content = 'First matching URIs(test) (return limit reached): ' + matchingCount + '</p>' + content
}
htmlOut.println content
}
Expand Down

0 comments on commit 37a2837

Please sign in to comment.