Re: classResources.start() can be duplicated

2016-09-29 Thread Romain Manni-Bucau
2016-09-29 15:14 GMT+02:00 Mark Thomas : > On 29/09/2016 13:12, Romain Manni-Bucau wrote: > > Hi guys, > > > > StandardRoot does that at the moment (taken the 8.5.5 as a reference for > > this mail): > > > > for (List list : allResources) { > > for (WebResourceSet webResourceSet : list) { > >

Re: classResources.start() can be duplicated

2016-09-29 Thread Mark Thomas
On 29/09/2016 13:12, Romain Manni-Bucau wrote: > Hi guys, > > StandardRoot does that at the moment (taken the 8.5.5 as a reference for > this mail): > > for (List list : allResources) { > for (WebResourceSet webResourceSet : list) { > webResourceSet.start(); > } > } > > // This h