mirror of
https://github.com/github/codeql.git
synced 2026-04-28 18:25:24 +02:00
Java: Remove a double space from an alert message
This commit is contained in:
@@ -96,5 +96,4 @@ where
|
||||
not exceptions(c, f) and
|
||||
reason = nonSerialReason(f.getType())
|
||||
select f,
|
||||
"This field is in a serializable class, " + " but is not serializable itself because " + reason +
|
||||
"."
|
||||
"This field is in a serializable class, but is not serializable itself because " + reason + "."
|
||||
|
||||
Reference in New Issue
Block a user