Skip to content

Commit fa51af5

Browse files
committed
NBSP -> original-flavour space
1 parent 790fb78 commit fa51af5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/ql/src/semmle/code/java/security/Random.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ class StdlibRandomSource extends RandomDataSource {
9090

9191
// Note for the following bounds functions: `java.util.Random` only defines no-arg versions
9292
// of `nextInt` and `nextLong` plus `nextInt(int x)`, bounded to the range [0, x)
93-
// However `ThreadLocalRandom` provides one- and two-arg versions of `nextInt` and `nextLong`
93+
// However `ThreadLocalRandom` provides one- and two-arg versions of `nextInt` and `nextLong`
9494
// which allow both lower and upper bounds for both types.
9595
override int getLowerBound() {
9696
// If this call is to `nextInt(int)` or `nextLong(long), the lower bound is zero.

0 commit comments

Comments
 (0)