Java: Remove a double space from an alert message

This commit is contained in:
Ian Lynagh
2022-06-16 16:35:09 +01:00
parent a7d095e063
commit 13ddc4a988

View File

@@ -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 + "."