190191192193194195196197198199200201202203204205206207
return; } // preparing the filters final Instructions packageFilters; if ( filters == null || filters.length == 0 ) { packageFilters = new Instructions(); } else { packageFilters = new Instructions( Arrays.asList( filters ) ); } // go! init();