Skip to content
Commit dcf22ca8 authored by James Nord's avatar James Nord
Browse files

[JENKINS-50124] restore AbstractTaskListeners serialVersionUID.

If a subclass was serialized (default java serialization) then the
changes do push down the method to the interface would break
deserialisation when in reality the classes are still compatable.

Restoring the compatability by hard coding the serialVersionUID to what
it was before the change.
parent dcad69dd
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment