naming improvements since design review

This commit is contained in:
Keith Donald
2009-06-24 22:24:15 +00:00
parent 511701ebf4
commit 1117050815
12 changed files with 41 additions and 39 deletions

View File

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