259260261262263264265266267268269
if (test instanceof Support) { Support testSupport = (Support) test; try { testSupport.postLoad(testSupport); } catch (Exception e1) { }
270271272273274275276277278279280
while (itr.hasNext()) { Support support = (Support) itr.next(); try { support.postLoad(support); } catch (Exception e) { } }
242243244245246247248249250251252
253254255256257258259260261262263
276277278279280281282283284285286
287288289290291292293294295296297
240241242243244245246247248249250
251252253254255256257258259260261