> On 12 Nov 2015, at 15:50, Roger Riggs <[email protected]> wrote: > > Hi Paul, > > > On 11/12/2015 9:45 AM, Paul Sandoz wrote: >> One more thing i forgot to mention, if there is ever a chance that >> ProcessBuilder is changed from final to non-final we should List<? extends >> ProcessBuilder>. > I don't see that happening. > > If so would the change from List<ProcessBuilder> to List<? extends > ProcessBuilder> > should be source and binary compatible. And therefore could be made at the > same time (and not now). >
Oh yes, i forgot it is a static method. Paul.
