1
0
mirror of synced 2026-05-22 21:33:16 +00:00

Unnecessary conversion to String

This commit is contained in:
Lars Grefer
2019-08-09 00:41:46 +02:00
parent eddcd1622f
commit 8d0ca14e55
3 changed files with 4 additions and 4 deletions
@@ -127,7 +127,7 @@ public class FilterChainPerformanceTests {
HttpSessionSecurityContextRepository.SPRING_SECURITY_CONTEXT_KEY,
SecurityContextHolder.getContext());
SecurityContextHolder.clearContext();
sw.start(Integer.toString(nAuthorities) + " authorities");
sw.start(nAuthorities + " authorities");
runWithStack(minimalStack);
System.out.println(sw.shortSummary());
sw.stop();