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:
parent
5f2ac3546a
commit
5f3cf618e3
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue