Browse Source
Instead of instantiating a new Random on each invocation of newLargeBlob, create it once and reuse it. This fixes a warning raised by Spotbugs about the Random object being created and only used once. Change-Id: I5b8e6ccbbc92641811537808aed9eae2034c1133 Signed-off-by: David Pursehouse <david.pursehouse@gmail.com>stable-4.11
David Pursehouse
7 years ago
1 changed files with 3 additions and 1 deletions
Loading…
Reference in new issue