Skip to content

Commit

Permalink
Changed visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
mbogoevici authored and pmuir committed May 28, 2012
1 parent ee249af commit ed6a5df
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -37,7 +37,7 @@ public class Allocation implements Serializable {
private Booking booking;

@ElementCollection(fetch = FetchType.EAGER)
public List<AllocationTicketCategoryCount> ticketsPerCategory = new ArrayList<AllocationTicketCategoryCount>();
private List<AllocationTicketCategoryCount> ticketsPerCategory = new ArrayList<AllocationTicketCategoryCount>();

private int startSeat;

Expand Down

0 comments on commit ed6a5df

Please sign in to comment.