We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7250317 commit b03fbffCopy full SHA for b03fbff
src/java.prefs/share/classes/java/util/prefs/NodeChangeEvent.java
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright (c) 2000, 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2000, 2019, Oracle and/or its affiliates. All rights reserved.
3
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4
*
5
* This code is free software; you can redistribute it and/or modify it
@@ -49,7 +49,7 @@ public class NodeChangeEvent extends java.util.EventObject {
49
50
* @serial
51
*/
52
- private Preferences child;
+ private transient Preferences child;
53
54
/**
55
* Constructs a new {@code NodeChangeEvent} instance.
0 commit comments