]> source.dussan.org Git - vaadin-framework.git/commit
Change to using StringBuilder (#11941)
authorHk-tang <hktang@ualberta.ca>
Mon, 6 Apr 2020 14:38:29 +0000 (08:38 -0600)
committerGitHub <noreply@github.com>
Mon, 6 Apr 2020 14:38:29 +0000 (17:38 +0300)
commitf6a9a9ad489be81bb7327096b038cc6b63cfa39a
tree9c64ff6dd082997133de897f0e9dacc5f4d049a9
parenta281d73fc2d00a52e7b0dc3f1da060f80391cfb8
Change to using StringBuilder (#11941)

Should use a StringBuilder to accumulate strings in a loop, to avoid the performance cost of repeatedly constructing strings.
server/src/main/java/com/vaadin/ui/declarative/Design.java