Skip to content

Commit dd0012e

Browse files
authored
ASCII
1 parent 03c6529 commit dd0012e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ where
2525
not c.isPrivate()
2626
) and
2727
// Assume if an object replaces itself prior to serialization,
28-
// then it is unlikely to be directly deserialized.
28+
// then it is unlikely to be directly deserialized.
2929
// That means it won't need to comply with default serialization rules,
3030
// such as non-serializable super-classes having a no-argument constructor.
3131
not exists(Method m |

0 commit comments

Comments
 (0)