78798081828384
return new CargoImpl( size ); } private Voyage newVoyage( String sourceCity, String destinationCity ) { return new VoyageImpl( 100 ); // Fake the finder to just return a new Voyage for the demonstration purpose. }