Children.Keys(boolean lazy) is now protected
authorTomas Holy <t_h@netbeans.org>
Fri Jul 11 08:34:03 2008 +0200 (16 months ago)
changeset 8847923d52d3bc3e0
parent 88478d7f1dd2224b6
child 88480e9dcabf0ce25
Children.Keys(boolean lazy) is now protected
openide.nodes/src/org/openide/nodes/Children.java
     1.1 --- a/openide.nodes/src/org/openide/nodes/Children.java
     1.2 +++ b/openide.nodes/src/org/openide/nodes/Children.java
     1.3 @@ -1218,7 +1218,7 @@
     1.4              this(false);
     1.5          }
     1.6          
     1.7 -        public Keys(boolean lazy) {
     1.8 +        protected Keys(boolean lazy) {
     1.9              super(lazy);
    1.10          }
    1.11