71727374757677787980
{ chain = new InterceptorChain(); for ( int ii = 0; ii < INTERCEPTOR_COUNT; ii++ ) { MockInterceptor interceptor = new MockInterceptor( Integer.toString( ii ), interceptors ); chain.addLast( interceptor ); } }