292293294295296297298
return new CallUpdaterReturnsIntImpl(call); } // Javadoc inherited. public CallUpdaterReturnsLong createReturnsLong(ExpectedCall call) { return new CallUpdaterReturnsLongImpl(call); }