eclipse refactor changed code unexpectedly

This commit is contained in:
Keith Donald
2009-06-24 22:26:17 +00:00
parent 1117050815
commit 8eb8602125

View File

@@ -66,7 +66,7 @@ public class Jaxb2MarshallerTests extends AbstractMarshallerTests {
FlightType flight = new FlightType();
flight.setNumber(42L);
flights = new Flights();
flights.getFlight().configureBinding(flight);
flights.getFlight().add(flight);
return flights;
}