Skip to content

Commit 13ddc4a

Browse files
committed
Java: Remove a double space from an alert message
1 parent a7d095e commit 13ddc4a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

java/ql/src/Likely Bugs/Serialization/NonSerializableField.ql

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,5 +96,4 @@ where
9696
not exceptions(c, f) and
9797
reason = nonSerialReason(f.getType())
9898
select f,
99-
"This field is in a serializable class, " + " but is not serializable itself because " + reason +
100-
"."
99+
"This field is in a serializable class, but is not serializable itself because " + reason + "."

0 commit comments

Comments
 (0)