1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-04 15:45:25 +02:00

job needs to be transient in order to support serialization

This commit is contained in:
David McKnight 2007-03-29 19:45:00 +00:00
parent 5f2ac3546a
commit 5f3cf618e3

View file

@ -29,7 +29,7 @@ public class RSEDOM extends RSEDOMNode {
* Recommended for serializable objects. This should be updated if there is a schema change.
*/
private static final long serialVersionUID = 1L;
private Job saveJob = null;
private transient Job saveJob = null;
private transient ISystemProfile _profile;
public RSEDOM(ISystemProfile profile) {