7576777879808182838485
try { return findFirstActiveChannel( FaxNumber.class ); } catch ( IllegalStateException ignore ) { } FaxNumber fax = new FaxNumber( "??", "?????", "?????" ); fax.setActive( true ); addElement( fax ); return fax; }
101102103104105106107108109110111