251252253254255256257258259260261
if (test instanceof Support) { Support testSupport = (Support) test; try { testSupport.postLoad(testSupport); } catch (Exception e1) { }
262263264265266267268269270271272
while (itr.hasNext()) { Support support = (Support) itr.next(); try { support.postLoad(support); } catch (Exception e) { } }
243244245246247248249250251252253
254255256257258259260261262263264
284285286287288289290291292293294
295296297298299300301302303304305
285286287288289290291292293294295
296297298299300301302303304305306
259260261262263264265266267268269
270271272273274275276277278279280